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

Commit

Permalink
fix(npm): support for angular 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 3, 2017
1 parent 0934475 commit 4470ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"typings": "index.d.ts",
"peerDependencies": {
"@ngx-translate/core": "^6.0.0-beta.1",
"@angular/core": "^2.3.0",
"@angular/http": "^2.3.0"
"@angular/core": ">=2.3.0 || >=4.0.0-beta.0",
"@angular/http": ">=2.3.0 || >=4.0.0-beta.0"
},
"devDependencies": {
"@angular/common": "2.4.6",
Expand Down

0 comments on commit 4470ad8

Please sign in to comment.