Skip to content

Commit

Permalink
marking side-effects free
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
  • Loading branch information
championswimmer committed Sep 19, 2020
1 parent 0423726 commit 7beda28
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 @@ -6,6 +6,7 @@
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist .rpt2_cache",
"distclean": "rimraf .nyc_output coverage dist .rpt2_cache",
Expand Down

0 comments on commit 7beda28

Please sign in to comment.