Skip to content

Commit 3032187

Browse files
committed
feat(workspaces): add workspaces configuration to package.json for better package management
1 parent 5243a34 commit 3032187

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"module": "./dist/snapdom.mjs",
88
"types": "./types/snapdom.d.ts",
99
"sideEffects": false,
10+
"workspaces": [
11+
"packages/*"
12+
],
1013
"exports": {
1114
".": {
1215
"types": "./types/snapdom.d.ts",

0 commit comments

Comments
 (0)