Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 19 lines 422 B view raw
1diff --git a/package.json b/package.json 2index 9dd7fdc6..c5e74f88 100644 3--- a/package.json 4+++ b/package.json 5@@ -56,12 +56,8 @@ 6 "trailingComma": "none" 7 }, 8 "workspaces": [ 9- "packages/*", 10- "examples/*", 11- "packages/@textlint/*", 12- "packages/textlint-scripts/examples/*", 13- "test/*", 14- "website" 15+ "packages/textlint", 16+ "packages/@textlint/*" 17 ], 18 "packageManager": "npm@9.9.2" 19 }