diff --git a/package.json b/package.json index e61a249..0316fe7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "scripts": { "testlint": "eslint bin lib && nyc -r=text -r=lcov mocha", - "test": "eslint bin lib; nyc -r=text -r=lcov mocha", + "test": "nyc -r=text -r=lcov mocha", "testonly": "nyc -r=text -r=lcov mocha", "watch": "mocha --watch", "install": "node bin/build.js",