ngx-deploy-npm
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ngx-deploy-npm", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"test": "jest", | ||
"test:debug": "node --inspect-brk=0.0.0.0 node_modules/.bin/jest --runInBand" | ||
"test:debug": "node --inspect-brk=0.0.0.0 node_modules/.bin/jest --runInBand", | ||
"release": "standard-version" | ||
}, | ||
@@ -50,2 +51,3 @@ "schematics": "./collection.json", | ||
"rimraf": "^2.6.3", | ||
"standard-version": "^7.0.0", | ||
"ts-jest": "^24.0.2", | ||
@@ -52,0 +54,0 @@ "typescript": "^3.5.3" |
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
80409
33
12