Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
perf: mark package as side-effect-free
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Aug 3, 2019
1 parent 2351154 commit 2ef3c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"yarn": "rm -rf yarn.lock node_modules/ && yarn",
"semantic-release": "semantic-release"
},
"sideEffects": false,
"husky": {
"hooks": {
"pre-commit": "yarn clean && yarn run check && yarn test:postinstall"
Expand Down

0 comments on commit 2ef3c69

Please sign in to comment.