Skip to content

Commit

Permalink
fix(angular#1574): '@angular/http' module not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Oct 24, 2016
1 parent add0d23 commit 1d1e2e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@angular/router": "^3.0.0",
Expand All @@ -37,6 +36,9 @@
"systemjs": "0.19.38",
"zone.js": "^0.6.23"
},
"peerDependencies": {
"@angular/http": "^2.0.0"
},
"devDependencies": {
"@angular/compiler-cli": "0.6.0",
"@angular/platform-server": "^2.0.0",
Expand Down

0 comments on commit 1d1e2e5

Please sign in to comment.