Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
fix(npm): use @angular/common peer dependency instead of `@angular/…
Browse files Browse the repository at this point in the history
…http`

Use @angular/common instead of @angular/http and also use 2.3.0 instead of 2.3.1.
  • Loading branch information
RoopeHakulinen authored and ocombe committed Jul 29, 2017
1 parent c1f7f58 commit 3be3a07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@
"typings": "index.d.ts",
"peerDependencies": {
"@ngx-translate/core": ">=6.0.0",
"@angular/core": ">=4.3.1",
"@angular/http": ">=4.3.1"
"@angular/core": ">=4.3.0",
"@angular/common": ">=4.3.0"
},
"devDependencies": {
"@angular/animations": "4.3.1",
"@angular/common": "4.3.1",
"@angular/compiler": "4.3.1",
"@angular/compiler-cli": "4.3.1",
"@angular/core": "4.3.1",
"@angular/http": "4.3.1",
"@ngx-translate/core": "7.0.0",
"@angular/platform-browser": "4.3.1",
"@angular/platform-browser-dynamic": "4.3.1",
Expand Down

0 comments on commit 3be3a07

Please sign in to comment.