coins-validate
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -19,3 +19,4 @@ module.exports = { | ||
'no-console': 0, | ||
'no-restricted-syntax': 0, | ||
} | ||
}; |
{ | ||
"name": "coins-validate", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -14,9 +14,11 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"eslint": "^2.4.0", | ||
"eslint-config-airbnb": "^6.1.0", | ||
"eslint-plugin-react": "^4.2.3", | ||
"eslint": "^2.11.0", | ||
"eslint-config-airbnb": "^9.0.1", | ||
"eslint-plugin-import": "^1.8.1", | ||
"eslint-plugin-jsx-a11y": "^1.2.2", | ||
"eslint-plugin-react": "^5.1.1", | ||
"gh-pages": "^0.11.0", | ||
"istanbul": "^0.4.2", | ||
"jsdoc": "^3.4.0", | ||
"minami": "^1.1.1", | ||
"nyc": "^6.4.4", | ||
"tape": "^4.5.1" | ||
@@ -26,14 +28,13 @@ }, | ||
"install": "node bin/install.js && node src/index.js", | ||
"preversion": "git checkout master && git pull && npm ls", | ||
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", | ||
"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", | ||
"test": "node test/", | ||
"test": "nyc --reporter=lcov --check-coverage --lines=1 --functions=1 --branches=1 node test/", | ||
"lint": "eslint src/ test/", | ||
"lintfix": "eslint --fix src/ test/", | ||
"validate": "npm ls", | ||
"docs": "mkdir -p docs && jsdoc -t ./node_modules/minami -d docs -R README.md -r src/", | ||
"preversion": "git checkout master && git pull && npm ls", | ||
"docs": "mkdir -p docs && jsdoc -c .jsdoc.json src/", | ||
"deploy-docs": "gh-pages -d docs && rm -rf docs", | ||
"postpublish": "npm run docs && npm run deploy-docs", | ||
"postest": "istanbul check --statements 90 --functions 90 --branches 90" | ||
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", | ||
"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" | ||
}, | ||
@@ -40,0 +41,0 @@ "author": "cdaringe", |
@@ -5,2 +5,4 @@ module.exports = [ | ||
'eslint-plugin-react', | ||
'eslint-plugin-import', | ||
'eslint-plugin-jsx-a11y', | ||
'gh-pages', | ||
@@ -7,0 +9,0 @@ 'jsdoc', |
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
44916
26
453
10