|
3 | 3 | "description": "State-based routing for AngularJS 1.x",
|
4 | 4 | "version": "1.0.0-beta.4",
|
5 | 5 | "scripts": {
|
6 |
| - "test": "npm run test:integrate", |
7 | 6 | "clean": "shx rm -rf lib lib-esm _doc release",
|
8 | 7 | "build": "tsc && tsc -p tsconfig.esm.json",
|
9 | 8 | "package": "npm run clean && npm run build && webpack",
|
10 | 9 | "watch": "node_modules/watch/cli.js 'npm run test' src test",
|
11 |
| - "test:ng1": "karma start config/karma.ng15.js", |
12 |
| - "test:ng12": "karma start config/karma.ng12.js", |
13 |
| - "test:ng13": "karma start config/karma.ng13.js", |
14 |
| - "test:ng14": "karma start config/karma.ng14.js", |
15 |
| - "test:ng15": "karma start config/karma.ng15.js", |
| 10 | + "test": "npm run test:integrate", |
| 11 | + "test:ng12": "karma start --ngversion 1.2.28", |
| 12 | + "test:ng13": "karma start --ngversion 1.3.16", |
| 13 | + "test:ng14": "karma start --ngversion 1.4.9", |
| 14 | + "test:ng15": "karma start --ngversion 1.5.0", |
16 | 15 | "test:integrate": "tsc && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15",
|
17 |
| - "debug": "karma start config/karma.ng15.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1", |
18 |
| - "docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'angular-ui-router' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --external-aliases internalapi,external --navigation-label-globals angular-ui-router" |
| 16 | + "debug": "karma start --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1", |
| 17 | + "docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'angular-ui-router' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --external-aliases internalapi,external --navigation-label-globals angular-ui-router", |
| 18 | + "prepublish": "npm run package" |
19 | 19 | },
|
20 | 20 | "homepage": "https://ui-router.github.io",
|
21 | 21 | "contributors": [
|
|
0 commit comments