Skip to content

Commit

Permalink
feat: add side effects;
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx committed Dec 9, 2024
1 parent e9215e8 commit 5a50b41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "dist/index.js",
"module": "dist/accessibility.esm.js",
"sideEffects": false,
"typings": "dist/index.d.ts",
"files": [
"README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prepublish": "npm run build"
},
"main": "dist/index.js",
"sideEffects": false,
"module": "dist/core.esm.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/modifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "dist/index.js",
"module": "dist/modifiers.esm.js",
"sideEffects": false,
"typings": "dist/index.d.ts",
"files": [
"README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/sortable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "dist/index.js",
"module": "dist/sortable.esm.js",
"sideEffects": false,
"typings": "dist/index.d.ts",
"files": [
"README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "dist/index.js",
"module": "dist/utilities.esm.js",
"sideEffects": false,
"typings": "dist/index.d.ts",
"files": [
"README.md",
Expand Down

0 comments on commit 5a50b41

Please sign in to comment.