Skip to content

Commit

Permalink
fix: add files key to package.json (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism authored and JaKXz committed Jan 29, 2017
1 parent 929e16f commit 141f801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,10 @@
"description": "istanbul reports",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
"test": "nyc --all mocha --recursive test/",
Expand Down

0 comments on commit 141f801

Please sign in to comment.