ci-npm-update
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "ci-npm-update", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@types/empower": { |
{ | ||
"name": "ci-npm-update", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Keep NPM dependencies up-to-date with CI, providing version-to-version diff for each library", | ||
@@ -12,3 +12,4 @@ "repository": { | ||
"scripts": { | ||
"setup": "npm install", | ||
"prepublish": "npm test", | ||
"setup": "npm install && npm dedupe", | ||
"build": "npm run lint && tsc", | ||
@@ -15,0 +16,0 @@ "lint": "tslint src/**/*.ts", |
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
51913