From e1b966c751f66ebc88a8c2bf93edf1290805186e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 8 Sep 2014 17:08:09 -0700 Subject: [PATCH] package.json: use bitcore v0.1.36. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53c40f635..73ed645f4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "grunt-contrib-uglify": "^0.5.1", "grunt-contrib-watch": "0.5.3", "grunt-markdown": "0.5.0", - "bitcore": "git://github.com/bitpay/bitcore#master", + "bitcore": "0.1.36", "grunt-mocha-test": "0.8.2", "grunt-shell": "0.6.4", "grunt-angular-gettext": "^0.2.15",