Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9c1489c

Browse files
committed
add sideEffects: false to package.json
1 parent 630bbb0 commit 9c1489c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"README.md",
3333
"src/"
3434
],
35+
"sideEffects": false,
3536
"scripts": {
3637
"build": "npm run build:js && npm run build:docs",
3738
"build:docs": "browserify example/app.js -o docs/app.js -t [ babelify ]",

0 commit comments

Comments
 (0)