We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6d480 commit ade850dCopy full SHA for ade850d
1 file changed
scripts/build/build-dependencies-license.js
@@ -73,7 +73,7 @@ function getLicenseText(dependencies) {
73
# Licenses of bundled dependencies
74
75
The published Prettier artifact additionally contains code with the following licenses:
76
- ${new Intl.ListFormat("en-US", { type: "conjunction" }).format(licenses)}.
+ ${licenses.join(", ")}.
77
`;
78
79
const content = dependencies
0 commit comments