Skip to content

Commit dfe30f4

Browse files
committed
Upgrade to url-parse 1.0.1
1 parent 7d2e1b6 commit dfe30f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs-client",
33
"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.",
4-
"version": "1.0.0-beta.13",
4+
"version": "1.0.0",
55
"author": "Bryce Kahle",
66
"browser": {
77
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
@@ -29,7 +29,7 @@
2929
"faye-websocket": "~0.7.3",
3030
"inherits": "^2.0.1",
3131
"json3": "^3.3.2",
32-
"url-parse": "^1.0.0"
32+
"url-parse": "^1.0.1"
3333
},
3434
"devDependencies": {
3535
"browserify": "^6.1.0",

0 commit comments

Comments
 (0)