From 39197278abc7cec29e8373af9388bf2c223bdad9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 17 May 2014 12:54:58 -0300 Subject: [PATCH] mv bin to .bin --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 906b2815..7b56ceb0 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.1.10", + "version": "0.1.11", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -46,6 +46,7 @@ "engines": { "node": "*" }, + "bin": "insight.js", "scripts": { "start": "node node_modules/grunt-cli/bin/grunt" },