Skip to content

Commit

Permalink
Fix coveralls task
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf committed Oct 18, 2017
1 parent e0173da commit d214017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"pretest": "npm run lint",
"test": "nyc tape test/*.js"
},
"nyc": {
"reporter": [
"lcov",
"text-summary"
]
},
"bin": {
"gen-new-project": "./bin/gen-new-project.js"
},
Expand Down

0 comments on commit d214017

Please sign in to comment.