From c4a3b874d5b0a75f13907d9cb29570115fbf75f2 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 2 Jun 2014 10:29:08 -0300 Subject: [PATCH 1/3] v0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96dadd7..46067b3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" }, "dependencies": { - "insight-bitcore-api": "=0.2.2" + "insight-bitcore-api": "~0.2.2" }, "devDependencies": { "bower": "~1.2.8", From 99afc7e1875e537501086fc02bf90b93ae3dc558 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 2 Jun 2014 10:29:48 -0300 Subject: [PATCH 2/3] add npm ignore --- .npmignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..9854e39 --- /dev/null +++ b/.npmignore @@ -0,0 +1,39 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz +*.swp +tags +pids +logs +results +build + +node_modules + +# extras +*.swp +*.swo +*~ +.project +peerdb.json + +npm-debug.log +.nodemonignore + +.DS_Store +db/txs/* +db/txs +db/testnet/txs/* +db/testnet/txs +db/blocks/* +db/blocks +db/testnet/blocks/* +db/testnet/blocks + +README.html +k* From 9694e415d1c40ad13d994cf9119d234515257017 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 2 Jun 2014 10:30:01 -0300 Subject: [PATCH 3/3] 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46067b3..2989c6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore", "description": "An open-source frontend for the Insight 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.2", + "version": "0.2.3", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com"