Skip to content

Commit

Permalink
fix(package.json): Add lib to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Nov 17, 2016
1 parent 8d10a41 commit cd803a8
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 @@ -10,6 +10,9 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "mocha --compilers js:babel-core/register ./test/test.js"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/HriBB/apollo-upload-network-interface.git"
Expand Down

0 comments on commit cd803a8

Please sign in to comment.