Skip to content

Commit 19d539f

Browse files
committed
chore(package.json): update "workspaces" to the canonical array
As the object definition does not seem to be official anymore
1 parent a103e6b commit 19d539f

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626
"typescript": "~5.9.3",
2727
"typescript-eslint": "8.49.0"
2828
},
29-
"workspaces": {
30-
"packages": [
31-
"packages/*"
32-
]
33-
},
29+
"workspaces": [
30+
"packages/*"
31+
],
3432
"lint-staged": {
3533
"packages/**/*.{ts,tsx,js,jsx}": [
3634
"eslint --fix"

0 commit comments

Comments
 (0)