|
14 | 14 | "bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
|
15 | 15 | "bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
|
16 | 16 | "bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
|
17 |
| - "prepare": "npm run build", |
18 |
| - "changelog": "update_changelog", |
| 17 | + "prepublish": "npm run build", |
| 18 | + "changelog": "update_changelog --include-core", |
19 | 19 | "release": "npm run noimplicitany && node ./scripts/release.js",
|
20 |
| - "install": "node migrate/migratewarn.js", |
21 | 20 | "noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
|
22 | 21 | "test": "npm run test:integrate",
|
23 | 22 | "test:ng12": "karma start --ngversion 1.2",
|
|
84 | 83 | "@types/angular-mocks": "1.5.11",
|
85 | 84 | "@types/jasmine": "2.6.0",
|
86 | 85 | "@types/jquery": "^1.10.31",
|
87 |
| - "@uirouter/publish-scripts": "1.0.7", |
| 86 | + "@uirouter/publish-scripts": "1.0.9", |
88 | 87 | "conventional-changelog": "1.1.6",
|
89 | 88 | "conventional-changelog-cli": "1.3.4",
|
90 | 89 | "dts-downlevel": "^0.3.0",
|
|
0 commit comments