coins-validate
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -15,2 +15,4 @@ 'use strict'; | ||
'eslint-config-airbnb', | ||
'eslint-plugin-import', | ||
'eslint-plugin-jsx-a11y', | ||
'eslint-plugin-react', | ||
@@ -17,0 +19,0 @@ 'gh-pages', |
{ | ||
"name": "coins-validate", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -13,11 +13,3 @@ "main": "index.js", | ||
}, | ||
"devDependencies": { | ||
"eslint": "^2.7.0", | ||
"eslint-config-airbnb": "^6.1.0", | ||
"eslint-plugin-react": "^4.2.3", | ||
"gh-pages": "^0.11.0", | ||
"istanbul": "^0.4.2", | ||
"jsdoc": "^3.4.0", | ||
"minami": "^1.1.1" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
@@ -28,3 +20,4 @@ "install": "node index.js", | ||
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish", | ||
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish" | ||
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish", | ||
"validate": "npm ls" | ||
}, | ||
@@ -34,6 +27,4 @@ "author": "cdaringe", | ||
"pre-commit": [ | ||
"validate", | ||
"lint", | ||
"test" | ||
"validate" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6252
0
6
125
1