coins-validate
Advanced tools
Comparing version 4.1.2 to 5.0.0
{ | ||
"name": "coins-validate", | ||
"version": "4.1.2", | ||
"version": "5.0.0", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -22,3 +22,3 @@ "main": "src/index.js", | ||
"minami": "^1.1.1", | ||
"nyc": "^6.4.4", | ||
"nyc": "^6.6.0", | ||
"tape": "^4.5.1" | ||
@@ -25,0 +25,0 @@ }, |
@@ -23,6 +23,2 @@ 'use strict'; | ||
); | ||
copyIfMissing( | ||
path.resolve(__dirname, '../templates/.jsdoc.json'), | ||
path.resolve(app.root, '.jsdoc.json') | ||
); | ||
installScripts(pkgJSON, app.toInstallScripts); | ||
@@ -29,0 +25,0 @@ utils.installHooks('pre-commit'); |
@@ -8,8 +8,2 @@ const lintDirs = 'src/ test/'; | ||
'preversion': 'git checkout master && git pull && npm ls', // eslint-disable-line | ||
'docs': [ // eslint-disable-line | ||
'mkdir -p docs &&', | ||
'jsdoc -c .jsdoc.json src/', | ||
].join(' '), | ||
'deploy-docs': 'gh-pages -d docs && rm -rf docs', | ||
'postpublish': 'npm run docs && npm run deploy-docs', // eslint-disable-line | ||
'publish-patch': 'npm run preversion && npm version patch && git push origin master --tags && npm publish', // eslint-disable-line | ||
@@ -16,0 +10,0 @@ 'publish-minor': 'npm run preversion && npm version minor && git push origin master --tags && npm publish', // eslint-disable-line |
@@ -7,6 +7,3 @@ module.exports = [ | ||
'eslint-plugin-jsx-a11y', | ||
'gh-pages', | ||
'jsdoc', | ||
'nyc', | ||
'minami', | ||
]; |
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
44564
25
443