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"
|
||
|
}
|