-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #483 from matiu/v0.1.12
V0.1.12
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.11", | ||
"version": "0.1.12", | ||
"author": { | ||
"name": "Ryan X Charles", | ||
"email": "[email protected]" | ||
|
@@ -26,8 +26,7 @@ | |
}, | ||
{ | ||
"name": "Juan Ignacio Sosa Lopez", | ||
"email": "[email protected]" | ||
|
||
"email": "[email protected]" | ||
} | ||
], | ||
"bugs": { | ||
|
@@ -47,7 +46,7 @@ | |
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" | ||
}, | ||
"dependencies": { | ||
"insight-bitcore-api": "~0.1.11" | ||
"insight-bitcore-api": "=0.1.12" | ||
}, | ||
"devDependencies": { | ||
"bower": "~1.2.8", | ||
|