Skip to content

Commit

Permalink
[minor] @lpinca told me to drop the flags as they are default.
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Dec 30, 2014
1 parent c2bdf28 commit 37d07df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -4,10 +4,10 @@
"description": "Floppy is the file representation of async loaded assets",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd test.js",
"watch": "mocha --watch --reporter spec --ui bdd test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 37d07df

Please sign in to comment.