Skip to content

Commit a7b7b77

Browse files
chore(build): add glob and fs deps to package.json so scripts/package.sh works
1 parent eff7195 commit a7b7b77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@
55
"scripts": {
66
"test": "npm run test:integrate",
77
"watch": "node_modules/watch/cli.js 'npm run test' src test",
8-
98
"test:core": "karma start config/karma.core.js",
109
"debug:core": "karma start config/karma.core.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1",
11-
1210
"test:ng1": "karma start config/karma.ng15.js",
1311
"debug:ng1": "karma start config/karma.ng15.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1",
1412
"watch:ng1": "node_modules/watch/cli.js 'npm run test:ng1' src test",
15-
1613
"test:ng12": "karma start config/karma.ng12.js",
1714
"test:ng13": "karma start config/karma.ng13.js",
1815
"test:ng14": "karma start config/karma.ng14.js",
1916
"test:ng15": "karma start config/karma.ng15.js",
20-
2117
"test:integrate": "tsc && npm run test:core && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15"
2218
},
2319
"homepage": "https://ui-router.github.io",
@@ -71,6 +67,7 @@
7167
"es6-promise": "^3.0.2",
7268
"es6-shim": "^0.35.0",
7369
"faithful-exec": "~0.1.0",
70+
"glob": "^7.0.5",
7471
"grunt": "~0.4.1",
7572
"grunt-contrib-clean": "~0.5.0",
7673
"grunt-contrib-connect": "~0.7.1",
@@ -98,7 +95,7 @@
9895
"reflect-metadata": "=0.1.2",
9996
"remap-istanbul": "^0.6.3",
10097
"rxjs": "=5.0.0-beta.6",
101-
"shelljs": "~0.6.0",
98+
"shelljs": "^0.7.0",
10299
"systemjs": "^0.18.4",
103100
"ts-loader": "^0.8.1",
104101
"tslint": "=2.5.0",

0 commit comments

Comments
 (0)