Skip to content

Commit

Permalink
Update to rx6 - fix peerDependencies (#32)
Browse files Browse the repository at this point in the history
* upgrade rxjs to 6 version

* bump version, depend on rx 5.6 or 6

* fix peerDependencies
  • Loading branch information
eaglus authored and dkaledin committed Mar 15, 2019
1 parent 4d72b40 commit e884147
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
@@ -1,6 +1,6 @@
{
"name": "connect-ts-api",
"version": "4.7.0",
"version": "4.7.1",
"main": "lib/connect.js",
"typings": "lib/connect",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"hat": "0.0.3"
},
"peerDependencies": {
"rxjs": "^5.6 || ^6",
"rxjs": "^5.6.0-forward-compat || ^6",
"@spotware/connection-adapter": "^1.8"
},
"devDependencies": {
Expand Down

0 comments on commit e884147

Please sign in to comment.