Skip to content

Commit

Permalink
mark top level module export as having side effects (alimanfoo#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Dec 10, 2020
1 parent aa86580 commit 0dab36f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"test:ci": "npm run lint && npm test | tap-set-exit",
"lint": "eslint src test --ext .js"
},
"sideEffects": false,
"sideEffects": [
"zarrita.js",
"src/zarrita.js"
],
"files": [
"*.js",
"src"
Expand Down

0 comments on commit 0dab36f

Please sign in to comment.