Skip to content

Commit

Permalink
fix npmignore for react native
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslopezj committed Jan 12, 2017
1 parent a4f0708 commit fdebbcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions client/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# babel
.babelrc

# uncompiled code
src/

# misc
.DS_Store
npm-debug.log
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-apollo-accounts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Meteor accounts in GraphQL",
"main": "./client",
"repository": {
Expand Down

0 comments on commit fdebbcd

Please sign in to comment.