no-cliches
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "no-cliches", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Find clichés in your writings", | ||
@@ -27,3 +27,4 @@ "main": "cliches.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/jasmine-node test" | ||
"test": "npm run lint && ./node_modules/.bin/jasmine-node test", | ||
"lint": "eslint ./ --fix" | ||
}, | ||
@@ -30,0 +31,0 @@ "keywords": [ |
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
21250