Build: 1.0.2

This commit is contained in:
Braydon Fuller 2015-10-21 11:18:47 -04:00
parent 16c0c34ac5
commit 82cfc451c6
6 changed files with 1977 additions and 3 deletions

1973
bitcore-message.js Normal file

File diff suppressed because it is too large Load Diff

BIN
bitcore-message.js.sig Normal file

Binary file not shown.

1
bitcore-message.min.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
bitcore-message.min.js.sig Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"name": "bitcore-message",
"main": "./bitcore-message.min.js",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/bitpay/bitcore-message",
"authors": [
"BitPay"

View File

@ -1,6 +1,6 @@
{
"name": "bitcore-message",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bitcoin Messages for Bitcore",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
@ -26,7 +26,7 @@
"bitcore-lib": "^0.13.7"
},
"devDependencies": {
"bitcore-build": "bitpay/bitcore-build",
"bitcore-build": "braydonf/bitcore-build",
"brfs": "^1.3.0",
"chai": "~1.10.0",
"gulp": "^3.8.10"