mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
20 lines
422 B
Diff
20 lines
422 B
Diff
diff --git a/package.json b/package.json
|
|
index 9dd7fdc6..c5e74f88 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -56,12 +56,8 @@
|
|
"trailingComma": "none"
|
|
},
|
|
"workspaces": [
|
|
- "packages/*",
|
|
- "examples/*",
|
|
- "packages/@textlint/*",
|
|
- "packages/textlint-scripts/examples/*",
|
|
- "test/*",
|
|
- "website"
|
|
+ "packages/textlint",
|
|
+ "packages/@textlint/*"
|
|
],
|
|
"packageManager": "npm@9.9.2"
|
|
}
|