Skip to content

Commit

Permalink
feat: add sideEffect false to enable tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenme committed Jul 1, 2019
1 parent 72f6d52 commit d12392a
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 @@ -2,6 +2,7 @@
"name": "@huchenme/github-trending",
"version": "0.0.0-development",
"description": "Get GitHub trending data",
"sideEffects": false,
"main": "dist/github-trending.cjs.js",
"module": "dist/github-trending.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d12392a

Please sign in to comment.