Skip to content

Commit ade850d

Browse files
committed
DEBUG pkg-pr-new
1 parent 8d6d480 commit ade850d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build/build-dependencies-license.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function getLicenseText(dependencies) {
7373
# Licenses of bundled dependencies
7474
7575
The published Prettier artifact additionally contains code with the following licenses:
76-
${new Intl.ListFormat("en-US", { type: "conjunction" }).format(licenses)}.
76+
${licenses.join(", ")}.
7777
`;
7878

7979
const content = dependencies

0 commit comments

Comments
 (0)