mv bin to .bin

This commit is contained in:
Matias Alejo Garcia 2014-05-17 12:54:23 -03:00
parent 62e4a3c714
commit da8f3d2473
1 changed files with 3 additions and 3 deletions

View File

@ -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",