Skip to content

Commit 77dfa2f

Browse files
committed
Merge pull request #483 from matiu/v0.1.12
V0.1.12
2 parents a1599b1 + 83a4adf commit 77dfa2f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "insight-bitcore",
33
"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.",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"author": {
66
"name": "Ryan X Charles",
77
"email": "[email protected]"
@@ -26,8 +26,7 @@
2626
},
2727
{
2828
"name": "Juan Ignacio Sosa Lopez",
29-
"email": "[email protected]"
30-
29+
"email": "[email protected]"
3130
}
3231
],
3332
"bugs": {
@@ -47,7 +46,7 @@
4746
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
4847
},
4948
"dependencies": {
50-
"insight-bitcore-api": "~0.1.11"
49+
"insight-bitcore-api": "=0.1.12"
5150
},
5251
"devDependencies": {
5352
"bower": "~1.2.8",

0 commit comments

Comments
 (0)