Skip to content

Commit

Permalink
Merge pull request #481 from matiu/features/package-improvements
Browse files Browse the repository at this point in the history
mv bin to .bin
  • Loading branch information
matiu committed May 17, 2014
2 parents 85cb296 + da8f3d2 commit a1599b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a1599b1

Please sign in to comment.