diff --git a/package.json b/package.json index d55c8e9..dc55cfb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "./node_modules/mocha/bin/mocha.js --recursive test/unit", "test-integration": "./node_modules/mocha/bin/mocha.js --timeout 5s test/functional/*.js", "lint": "./node_modules/eslint/bin/eslint.js lib/ test/", - "release": "standard-version" + "lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix" }, "repository": { "type": "git",