eslint-output
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -52,4 +52,4 @@ #!/usr/bin/env node | ||
if (report.errorCount > 0) { | ||
process.exit(1); | ||
process.exitCode = 1; | ||
} | ||
{ | ||
"name": "eslint-output", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "export multiple formats of eslint", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"lint:outputs": "node app.js", | ||
"publish": "git push origin --tags && npm run changelog && git push origin", | ||
"publish": "git push origin --tags && git push origin", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -31,0 +31,0 @@ "release:minor": "npm version minor && npm publish", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3887