[Pkg-javascript-commits] [sockjs-client] 272/350: Fix #218 Upgrade to url-parse 0.1.5

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit ba4c357bea1395d7b5e6819ec14b7f37580c6840
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Mon Dec 8 12:46:46 2014 -0500

    Fix #218 Upgrade to url-parse 0.1.5
---
 package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 2309c80..66cf81d 100644
--- a/package.json
+++ b/package.json
@@ -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.6",
+  "version": "1.0.0-beta.7",
   "author": "Bryce Kahle",
   "browser": {
     "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
@@ -29,7 +29,7 @@
     "faye-websocket": "~0.7.3",
     "inherits": "^2.0.1",
     "json3": "^3.3.2",
-    "url-parse": "^0.1.3"
+    "url-parse": "^0.1.5"
   },
   "devDependencies": {
     "browserify": "^6.1.0",
@@ -64,6 +64,7 @@
   "scripts": {
     "test": "make test",
     "test_local": "./node_modules/.bin/zuul --local 9090 -- tests/browser.js",
-    "zuul": "./node_modules/.bin/zuul -- tests/browser.js"
+    "zuul": "./node_modules/.bin/zuul -- tests/browser.js",
+    "gulp": "./node_modules/.bin/gulp"
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list