Skip to content

Commit

Permalink
tidy up npm cover target
Browse files Browse the repository at this point in the history
  • Loading branch information
ccravens committed May 9, 2019
1 parent 4137b02 commit 88d202d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
node_modules/
lib/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec",
"cover": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha test/*.js - - -R spec"
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js - - -R spec"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 88d202d

Please sign in to comment.