ng-jhipster
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -69,3 +69,3 @@ { | ||
}, | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"scripts": { | ||
@@ -76,13 +76,13 @@ "cleanup": "rimraf src/*.d.ts src/**/*.d.ts src/*.js src/**/*.js aot/* tests/**/*.d.ts tests/**/*.js tests/*.d.ts tests/*.js", | ||
"test": "npm run lint && karma start", | ||
"test-watch": "karma start --singleRun=false --autoWatch=true", | ||
"test:watch": "karma start --singleRun=false --autoWatch=true", | ||
"ngc": "ngc", | ||
"ngc-aot": "ngc -p tsconfig-aot.json", | ||
"build": "npm run ngc && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js", | ||
"build-aot": "npm run ngc-aot && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js", | ||
"build": "npm run cleanup && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js", | ||
"build:aot": "npm run cleanup && npm run ngc-aot && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js", | ||
"prepublish": "npm run build && npm test", | ||
"release": "git push && git push --tags && npm publish", | ||
"release-patch": "npm version patch -a -m \"Update to %s\" && npm run release", | ||
"release-minor": "npm version minor -a -m \"Update to %s\" && npm run release", | ||
"release-major": "npm version major -a -m \"Update to %s\" && npm run release" | ||
"release:patch": "npm version patch -a -m \"Update to %s\" && npm run release", | ||
"release:minor": "npm version minor -a -m \"Update to %s\" && npm run release", | ||
"release:major": "npm version major -a -m \"Update to %s\" && npm run release" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1015034
78
7667