Comparing version 1.0.1 to 1.0.2
@@ -17,9 +17,11 @@ var auto = require('auto-package') | ||
invalid: '^0.0.2', | ||
'license-generator': '^0.0.13', | ||
'verb-cli': '^0.4.4' | ||
} | ||
content.scripts = { | ||
license: 'license-generator install bsd-3-clause -n "PolicyStat LLC"', | ||
lint: 'standard', | ||
unit: 'jasmine', | ||
test: 'npm run lint && npm run unit' | ||
test: 'npm run lint && npm run license && npm run unit' | ||
} | ||
content.license = 'BSD-3-Clause' |
@@ -9,2 +9,3 @@ { | ||
"invalid": "^0.0.2", | ||
"license-generator": "^0.0.13", | ||
"verb-cli": "^0.4.4" | ||
@@ -15,3 +16,3 @@ }, | ||
"main": "lib/index.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "PolicyStat strings for easy reuse", | ||
@@ -28,7 +29,8 @@ "repository": { | ||
"scripts": { | ||
"license": "license-generator install bsd-3-clause -n \"PolicyStat LLC\"", | ||
"lint": "standard", | ||
"unit": "jasmine", | ||
"test": "npm run lint && npm run unit" | ||
"test": "npm run lint && npm run license && npm run unit" | ||
}, | ||
"license": "BSD-3-Clause" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4204
11
49
7