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

Commit 4470ad8

Browse files
committed
fix(npm): support for angular 4
1 parent 0934475 commit 4470ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"typings": "index.d.ts",
3232
"peerDependencies": {
3333
"@ngx-translate/core": "^6.0.0-beta.1",
34-
"@angular/core": "^2.3.0",
35-
"@angular/http": "^2.3.0"
34+
"@angular/core": ">=2.3.0 || >=4.0.0-beta.0",
35+
"@angular/http": ">=2.3.0 || >=4.0.0-beta.0"
3636
},
3737
"devDependencies": {
3838
"@angular/common": "2.4.6",

0 commit comments

Comments
 (0)