mv bin to .bin

This commit is contained in:
Matias Alejo Garcia 2014-05-17 12:54:58 -03:00
parent c5338eb2a8
commit 39197278ab
1 changed files with 2 additions and 1 deletions

View File

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