Skip to content

Commit

Permalink
fix coffeescript name
Browse files Browse the repository at this point in the history
  • Loading branch information
elidoran committed Jun 5, 2019
1 parent 3391139 commit 100752e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,13 +17,13 @@
"author": "Eli Doran <eli+npm@elidoran.com>",
"license": "MIT",
"scripts": {
"test": "mocha --require coffee-script/register --reporter spec --bail --check-leaks test/lib/*.coffee",
"test": "mocha --require coffeescript/register --reporter spec --bail --check-leaks test/lib/*.coffee",
"test6": "nave use 6 npm test",
"test8": "nave use 8 npm test",
"test10": "nave use 10 npm test",
"test12": "nave use 12 npm test",
"test-all": "npm run test4 && npm run test6 && npm run test8 && npm run test9",
"coverage": "istanbul cover _mocha -- --require coffee-script/register -R spec test/lib/*.coffee"
"coverage": "istanbul cover _mocha -- --require coffeescript/register -R spec test/lib/*.coffee"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 100752e

Please sign in to comment.