Skip to content

Commit

Permalink
Add module path for tree-shaking'
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 2, 2019
1 parent 9a7ccb7 commit f2b81ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"license": "MIT",
"repository": "https://github.com/DAB0mB/graphql-tag-pluck.git",
"main": "build/graphql-tag-pluck.js",
"module": "src/index.js",
"typings": "index.d.ts",
"sideEffects": false,
"scripts": {
"build": "webpack --config webpack_config.js",
"test": "npm run build && jest --forceExit && yarn bundlesize",
Expand Down

0 comments on commit f2b81ed

Please sign in to comment.