Skip to content

Commit

Permalink
Merge pull request #13 from coolaj86/patch-1
Browse files Browse the repository at this point in the history
support for bower, as per #12
  • Loading branch information
Alex-Werner committed Dec 18, 2017
2 parents 726cb47 + 08f96be commit 4ced970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "bitcore-lib",
"name": "bitcore-lib-dash",
"main": "./bitcore-lib.min.js",
"version": "0.14.3",
"homepage": "http://bitcore.io",
"homepage": "https://github.com/dashevo/bitcore-lib-dash",
"authors": [
"BitPay, Inc."
"Dash", "BitPay, Inc."
],
"description": "A pure, powerful core for your bitcoin project.",
"description": "A pure, powerful core for your dash project.",
"moduleType": [
"globals"
],
"keywords": [
"dash",
"bitcoin",
"bitcore",
"btc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-dash",
"version": "0.15.0",
"version": "0.15.1",
"description": "A pure and powerful JavaScript Dash library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down

0 comments on commit 4ced970

Please sign in to comment.