Skip to content

Commit

Permalink
fix(package): ignore unneeded files when publishing to npm (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohini-roy authored and gr2m committed Jul 2, 2017
1 parent b4f1fa8 commit 3b96aee
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 @@ -53,6 +53,9 @@
"engines": {
"node": ">=4"
},
"files": [
"bin", "cli", "public", "server"
],
"homepage": "https://github.com/hoodiehq/hoodie#readme",
"keywords": [
"nobackend",
Expand Down

0 comments on commit 3b96aee

Please sign in to comment.