Skip to content

Commit 711923d

Browse files
committed
Reduce dependencies
1 parent 2295a0f commit 711923d

File tree

2 files changed

+243
-210
lines changed

2 files changed

+243
-210
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,14 @@
2727
"url": "https://github.com/mpalourdio/ng-http-loader/issues"
2828
},
2929
"dependencies": {
30-
"@angular/animations": "^4.3.0",
3130
"@angular/common": "^4.3.0",
3231
"@angular/compiler": "^4.3.0",
3332
"@angular/core": "^4.3.0",
34-
"@angular/http": "^4.3.0",
3533
"@angular/platform-browser": "^4.3.0",
3634
"@angular/platform-browser-dynamic": "^4.3.0",
37-
"@angular/router": "^4.3.0",
3835
"core-js": "^2.4.1",
39-
"rxjs": "^5.1.0",
40-
"zone.js": "^0.8.9"
36+
"rxjs": "^5.4.1",
37+
"zone.js": "^0.8.14"
4138
},
4239
"devDependencies": {
4340
"@angular/cli": "^1.2.0",

0 commit comments

Comments
 (0)