Skip to content

Commit

Permalink
Fixes Rxjs 6 compatibility colinskow#5
Browse files Browse the repository at this point in the history
  • Loading branch information
berga committed Jun 11, 2018
1 parent dee5104 commit d3a5c8d
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": "rx-ipc-electron",
"version": "6.2.0",
"version": "6.0.0",
"description": "Pass RxJS Observables through IPC in Electron",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/colinskow/rx-ipc-electron",
"dependencies": {
"rxjs": "^6.2.0"
"rxjs": "^6.0.0"
},
"peerDependencies": {
"electron": "^2.0.2"
Expand Down

0 comments on commit d3a5c8d

Please sign in to comment.