diff --git a/.gitignore b/.gitignore index f9c314a..f11f951 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ db/testnet/blocks/* db/testnet/blocks README.html +public diff --git a/.npmignore b/.npmignore index 9854e39..dc94fd0 100644 --- a/.npmignore +++ b/.npmignore @@ -37,3 +37,4 @@ db/testnet/blocks README.html k* +public diff --git a/package.json b/package.json index 064e645..f4ddecc 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"