Skip to content

Commit

Permalink
Merge pull request #59 from platinumazure/patch-1
Browse files Browse the repository at this point in the history
Build: Add files array to package.json (fixes #58)
  • Loading branch information
ilyavolodin committed Mar 23, 2016
2 parents ea7cf7b + df6947c commit 603106a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"report-coverage-html": "istanbul report --dir build/coverage html"
},
"files": ["lib", "index.js"],
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "1.21.4",
Expand Down

0 comments on commit 603106a

Please sign in to comment.