diff --git a/package.json b/package.json index e56084f..4a60729 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "start": "node app.js", "startdev": "./node_modules/.bin/nodemon app.js", "test": "mocha --timeout 10000 --colors --exit", - "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit" + "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit" }, "author": "Levi Olson ", "license": "UNLICENSE"