From d451533bd792f30b49958eda18507dad82d44a0c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 8 Jun 2014 20:58:38 -0300 Subject: [PATCH 1/3] 0.2.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 064e6459..f4ddecc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore-api", "description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", - "version": "0.2.6", + "version": "0.2.7", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" From dd7c3d5d683c9065199ccbf89701ae9b2dd767c0 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 8 Jun 2014 21:00:06 -0300 Subject: [PATCH 2/3] ignore /public in npm --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 9854e396..dc94fd05 100644 --- a/.npmignore +++ b/.npmignore @@ -37,3 +37,4 @@ db/testnet/blocks README.html k* +public From 78e83f22b91f50edec93a6123a38b8c0d2856494 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 8 Jun 2014 21:00:37 -0300 Subject: [PATCH 3/3] ignore /public in npm / git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f9c314aa..f11f9515 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ db/testnet/blocks/* db/testnet/blocks README.html +public