Skip to content

Commit

Permalink
Merge pull request #385 from maclockard/patch-1
Browse files Browse the repository at this point in the history
Declared package side effects free
  • Loading branch information
Brian Vaughn committed Dec 31, 2019
2 parents 921dbb3 + 71e0ab7 commit ffc99e5
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 @@ -37,6 +37,7 @@
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": ["dist", "src/*.js"],
"sideEffects": false,
"scripts": {
"flow": "flow check --max-warnings=0 src && flow check website",
"precommit": "lint-staged",
Expand Down

0 comments on commit ffc99e5

Please sign in to comment.