From 5f3e4db41fe9e5fb6847aca6e97ab6e77bcb1000 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 17 Apr 2014 09:35:57 -0300 Subject: [PATCH] fix json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0a130bf..e59faaad 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "moment": "~2.5.0", "sinon": "~1.7.3", "chai": "~1.8.1", - "xmlhttprequest": "~1.6.0" - "bufferput": "git://github.com/bitpay/node-bufferput.git", + "xmlhttprequest": "~1.6.0", + "bufferput": "git://github.com/bitpay/node-bufferput.git" }, "devDependencies": { "grunt": "~0.4.2",