Skip to content

Commit

Permalink
fix: upgrade rxjs to 5.4.2 to fix compile error with TS 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgrant committed Aug 16, 2017
1 parent 37b2746 commit 3006e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"lodash": "^4.0.0",
"rxjs": "5.0.0-rc.5"
"rxjs": "5.4.2"
},
"devDependencies": {
"@types/es6-promise": "0.0.32",
Expand Down

0 comments on commit 3006e76

Please sign in to comment.