Skip to content

Commit

Permalink
Prevent various unneeded files from being part of the npm package
Browse files Browse the repository at this point in the history
This specifically fixes issues with React Native because of the presence
of a .babelrc in the npm package.

As seen in amplitude#32
  • Loading branch information
jeanregisser committed Mar 30, 2017
1 parent 4472537 commit b039d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"type": "git",
"url": "https://github.com/amplitude/redux-query.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"redux",
"react",
Expand Down

0 comments on commit b039d08

Please sign in to comment.