From 529d26e052432cd2e62706d53c882b03b2d4adfa Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Wed, 9 Apr 2014 11:49:46 -0400 Subject: [PATCH] add missing comma to package.json deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82098a7e5..d021292ac 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "browserify-bignum": "git://github.com/maraoz/browserify-bignum.git", "browserify-buffertools": "git://github.com/maraoz/browserify-buffertools.git", "brfs": "~1.0.0", - "socks5-client": "~0.3.6" + "socks5-client": "~0.3.6", "chai": "~1.9.0", "uglifyify": "~1.2.3" },