Skip to content

Commit

Permalink
refactor(rxjs-run): update devDependency rxjs to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Dec 21, 2016
1 parent 5f25ade commit eaf3c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rxjs-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@cycle/base": "*",
"@types/es6-shim": "^0.31.32",
"rxjs": "5.0.0-beta.12"
"rxjs": "5.0.1"
},
"peerDependencies": {
"rxjs": "*"
Expand Down
2 changes: 1 addition & 1 deletion rxjs-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rxjs": "*"
},
"devDependencies": {
"rxjs": "5.0.0-beta.12"
"rxjs": "5.0.1"
},
"engines": {
"node": ">=0.12.0"
Expand Down

0 comments on commit eaf3c27

Please sign in to comment.