Skip to content

Commit 1abfba3

Browse files
committed
chore(tsconfig): rename directory and update package.json
1 parent b684223 commit 1abfba3

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,15 @@
6464
"node": ">=20"
6565
},
6666
"workspaces": [
67-
"packages/*",
68-
"libs/*",
69-
"docusaurus/website"
67+
"packages/create-plugin",
68+
"packages/sign-plugin",
69+
"docusaurus/website",
70+
"packages/plugin-e2e",
71+
"packages/plugin-meta-extractor",
72+
"packages/plugin-types-bundler",
73+
"packages/eslint-plugin-plugins",
74+
"packages/tsconfig",
75+
"libs/*"
7076
],
7177
"lint-staged": {
7278
"*.{ts,tsx,js}": [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)