Skip to content

Commit

Permalink
Roll back package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed Apr 30, 2018
1 parent 4d7f457 commit 62fe71a
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 @@ -37,7 +37,7 @@
"scripts": {
"lint": "eslint lib --env mocha test",
"clean": "rm -Rf ./coverage",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports 'test/**/*-test.js' && istanbul report --root ./coverage/json html && istanbul report text-summary",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary",
"doc": "jsdoc -c .jsdoc.json"
}
}

0 comments on commit 62fe71a

Please # to comment.