From 861b60ef26f044668b1fc43b61db8df660dc3e7d Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 19 Feb 2014 15:26:41 -0800 Subject: [PATCH] package: fix github url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa7980c3..ec480cd8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "socket.io protocol parser", "repository": { "type": "git", - "url": "https://github.com/LearnBoost/socket.io-protocol.git" + "url": "https://github.com/LearnBoost/socket.io-parser.git" }, "browser": { "msgpack-js": "msgpack-allbrowsers"