From da8f3d24732db4f9dcbfe48976da915753c4e390 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 17 May 2014 12:54:23 -0300 Subject: [PATCH] mv bin to .bin --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 56f12a8..4466754 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.1.10", + "version": "0.1.11", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -44,10 +44,10 @@ "front-end" ], "scripts": { - "start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js" + "start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" }, "dependencies": { - "insight-bitcore-api": "~0.1.10" + "insight-bitcore-api": "~0.1.11" }, "devDependencies": { "bower": "~1.2.8",