Skip to content

Commit a0a93c3

Browse files
committed
Add jquery-mockjax directly as package dependency
1 parent f6acb7c commit a0a93c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"zone.js": "^0.8.4",
2626
"bootstrap": "^3.3.6"
2727
},
28-
"devDependencies": {
29-
"bower": "1.4.1",
28+
"devDependencies": {
29+
"jquery-mockjax": "2.2.2",
3030
"@angular/compiler-cli": "^5.0.1",
3131
"concurrently": "^3.2.0",
3232
"gulp-watch": "^4.3.5",
@@ -62,7 +62,7 @@
6262
"build-aot-samples": "ngc -p tsconfig-aot-samples.json",
6363
"bundle": "npm run build-aot && npm run prepare-dist",
6464
"prepare-dist": "rollup -c rollup.config.umd.js",
65-
"pretest": "npm run bundle && npm run build && bower install jquery-mockjax ",
65+
"pretest": "npm run bundle && npm run build",
6666
"test": "karma start tests/karma.conf.js && npm run remap-istanbul",
6767
"remap-istanbul": "npm run copy-coverage-report && npm run remap-istanbul-html && npm run remap-istanbul-lcov",
6868
"remap-istanbul-html": "remap-istanbul -i coverage/karma-tmp/coverage.json -o coverage/html-report -t html",

0 commit comments

Comments
 (0)