Skip to content

Commit

Permalink
Build: Remove --reporter flag because spec is default
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn authored and phated committed Sep 27, 2016
1 parent 0f6088c commit 9166da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"should": "^5.0.1"
},
"scripts": {
"test": "mocha --reporter spec && jshint lib",
"coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"test": "mocha && jshint lib",
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
},
"engines": {
"node": ">= 0.9"
Expand Down

0 comments on commit 9166da2

Please sign in to comment.