Skip to content

Commit

Permalink
update package json file path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
okandavut committed Sep 20, 2020
1 parent ea7bd86 commit ab38e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"cover": "node node_modules/istanbul//lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
"cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ab38e2f

Please sign in to comment.