Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit c500ea3

Browse files
Pabreetziofilipesilva
authored andcommitted
chore(deps): unpin RxJs (#84)
Because of the strict peer dependency on rxjs 5.0.1 I an unable to use this with newer versions of angular like 2.4.1 which have a peer dependency on rxjs 5.0.2.
1 parent 3421a73 commit c500ea3

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,7 +31,7 @@
3131
"@angular/core": "^2.0.0",
3232
"@angular/http": "^2.0.0",
3333
"reflect-metadata": "~0.1.8",
34-
"rxjs": "5.0.1",
34+
"rxjs": "^5.0.1",
3535
"zone.js": "^0.7.4"
3636
},
3737
"devDependencies": {
@@ -67,7 +67,7 @@
6767
"rimraf": "^2.5.4",
6868
"rollup": "^0.36.0",
6969
"rollup-stream": "^1.14.0",
70-
"rxjs": "5.0.1",
70+
"rxjs": "^5.0.1",
7171
"tslint": "^3.15.1",
7272
"typescript": "~2.0.10",
7373
"vinyl-source-stream": "^1.1.0",

0 commit comments

Comments
 (0)