Build: 0.12.9

This commit is contained in:
Braydon Fuller 2015-06-17 10:26:05 -04:00
parent a4ac3f50d3
commit a036083d1a
7 changed files with 37968 additions and 3 deletions

37945
bitcore.js Normal file

File diff suppressed because it is too large Load Diff

BIN
bitcore.js.sig Normal file

Binary file not shown.

20
bitcore.min.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
bitcore.min.js.sig Normal file

Binary file not shown.

View File

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

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "0.12.8",
"version": "0.12.9",
"dependencies": {
"bn.js": {
"version": "2.0.4",

View File

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