0.1.29: make bundle backwards-compatible with 0.1.25

npm doesn't play well with the symlink bitcore-latest.js. Instead, put the
latest main bundle in bundle.js (which is what it used to be called) so
packages like Copay can use the latest bundle just like how they used to.
This commit is contained in:
Ryan X. Charles 2014-07-16 14:57:04 -07:00
parent 77ff084413
commit 2db98e1982
5 changed files with 772 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "bitcore",
"main": "browser/bundle.js",
"version": "0.1.28",
"version": "0.1.29",
"homepage": "http://bitcore.io",
"authors": [
"Ryan X. Charles (<ryan@bitpay.com>)"

385
browser/bitcore-0.1.29.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
bitcore-0.1.28.js

385
browser/bundle.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "bitcore",
"description": "Bitcoin Library",
"version": "0.1.28",
"version": "0.1.29",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"