|
5 | 5 | "scripts": {
|
6 | 6 | "test": "npm run test:integrate",
|
7 | 7 | "watch": "node_modules/watch/cli.js 'npm run test' src test",
|
8 |
| - |
9 | 8 | "test:core": "karma start config/karma.core.js",
|
10 | 9 | "debug:core": "karma start config/karma.core.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1",
|
11 |
| - |
12 | 10 | "test:ng1": "karma start config/karma.ng15.js",
|
13 | 11 | "debug:ng1": "karma start config/karma.ng15.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1",
|
14 | 12 | "watch:ng1": "node_modules/watch/cli.js 'npm run test:ng1' src test",
|
15 |
| - |
16 | 13 | "test:ng12": "karma start config/karma.ng12.js",
|
17 | 14 | "test:ng13": "karma start config/karma.ng13.js",
|
18 | 15 | "test:ng14": "karma start config/karma.ng14.js",
|
19 | 16 | "test:ng15": "karma start config/karma.ng15.js",
|
20 |
| - |
21 | 17 | "test:integrate": "tsc && npm run test:core && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15"
|
22 | 18 | },
|
23 | 19 | "homepage": "https://ui-router.github.io",
|
|
71 | 67 | "es6-promise": "^3.0.2",
|
72 | 68 | "es6-shim": "^0.35.0",
|
73 | 69 | "faithful-exec": "~0.1.0",
|
| 70 | + "glob": "^7.0.5", |
74 | 71 | "grunt": "~0.4.1",
|
75 | 72 | "grunt-contrib-clean": "~0.5.0",
|
76 | 73 | "grunt-contrib-connect": "~0.7.1",
|
|
98 | 95 | "reflect-metadata": "=0.1.2",
|
99 | 96 | "remap-istanbul": "^0.6.3",
|
100 | 97 | "rxjs": "=5.0.0-beta.6",
|
101 |
| - "shelljs": "~0.6.0", |
| 98 | + "shelljs": "^0.7.0", |
102 | 99 | "systemjs": "^0.18.4",
|
103 | 100 | "ts-loader": "^0.8.1",
|
104 | 101 | "tslint": "=2.5.0",
|
|
0 commit comments