Skip to content

Commit eecdd5b

Browse files
authored
chore(*): add root workspace to package.json and package-lock.json (#17)
This pull request includes a small change to the `package.json` file. The change adds the current directory (".") to the list of workspaces.
1 parent 62e6d9c commit eecdd5b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"node": ">=20.18.0"
88
},
99
"workspaces": [
10+
".",
1011
"packages/*",
1112
"tests/*",
1213
"website"

0 commit comments

Comments
 (0)