From 37d07df5b29ea9e26138989f9ea550f73288ba48 Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Tue, 30 Dec 2014 20:46:17 +0100 Subject: [PATCH] [minor] @lpinca told me to drop the flags as they are default. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4418216..a84c92d 100644 --- a/package.json +++ b/package.json @@ -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",