Skip to content

Commit

Permalink
Upgrade to url-parse 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed May 14, 2015
1 parent 7d2e1b6 commit dfe30f4
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,7 +1,7 @@
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
"version": "1.0.0-beta.13",
"version": "1.0.0",
"author": "Bryce Kahle",
"browser": {
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"faye-websocket": "~0.7.3",
"inherits": "^2.0.1",
"json3": "^3.3.2",
"url-parse": "^1.0.0"
"url-parse": "^1.0.1"
},
"devDependencies": {
"browserify": "^6.1.0",
Expand Down

0 comments on commit dfe30f4

Please sign in to comment.