-
Notifications
You must be signed in to change notification settings - Fork 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 #111 from matiu/bug/update-bitcore-dep
Bug/update bitcore dep
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
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-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.2.1", | ||
"version": "0.2.2", | ||
"author": { | ||
"name": "Ryan X Charles", | ||
"email": "[email protected]" | ||
|
@@ -51,7 +51,7 @@ | |
"start": "node node_modules/grunt-cli/bin/grunt" | ||
}, | ||
"dependencies": { | ||
"bitcore": "=0.1.19", | ||
"bitcore": "git://github.com/bitpay/bitcore.git#4d8af75ae9916984c52ee2eda1870d5980656341", | ||
"base58-native": "0.1.2", | ||
"async": "*", | ||
"leveldown": "*", | ||
|