Skip to content

Commit

Permalink
3.0.0: update jssip peer dependency version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 3, 2017
1 parent 066468f commit 2f0b19c
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": "jssip-node-websocket",
"version": "1.0.0",
"version": "3.0.0",
"description": "JsSIP.Socket interface for the Node.js based on the websocket module",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,6 +29,6 @@
"jshint-stylish": "^2.2.0"
},
"peerDependencies": {
"jssip": "^2.0.0"
"jssip": "^3.0.0"
}
}

1 comment on commit 2f0b19c

@Rahul218691
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i tried to run the code in my server and i am getting websocket handshake failed to establish how will i resolve this error

Please sign in to comment.