Compare commits

...

1 Commits

Author SHA1 Message Date
Braydon Fuller 935d5931b0 Build: 0.13.15 2016-04-22 20:01:10 -04:00
4 changed files with 51886 additions and 2 deletions

51864
bitcore-lib.js Normal file

File diff suppressed because it is too large Load Diff

20
bitcore-lib.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"name": "bitcore-lib", "name": "bitcore-lib",
"main": "./bitcore-lib.min.js", "main": "./bitcore-lib.min.js",
"version": "0.13.14", "version": "0.13.15",
"homepage": "http://bitcore.io", "homepage": "http://bitcore.io",
"authors": [ "authors": [
"BitPay, Inc." "BitPay, Inc."

View File

@ -1,6 +1,6 @@
{ {
"name": "bitcore-lib", "name": "bitcore-lib",
"version": "0.13.14", "version": "0.13.15",
"description": "A pure and powerful JavaScript Bitcoin library.", "description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"main": "index.js", "main": "index.js",