diff --git a/package.json b/package.json index 3d4db47a..5cadd980 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "full-ci": "npm run lint && npm run coverage", "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js", "coveralls": "coveralls < coverage/lcov.info", - "lint": "standard && standard-markdown", + "lint": "standard", "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", "test": "npm run lint && npm run unit", "unit": "node test.js"