updates bitcore to 0d238f11

This commit is contained in:
Matias Alejo Garcia 2014-12-16 11:46:34 -03:00
parent e6cdef6a13
commit 130b3e9fc1
3 changed files with 176 additions and 182 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
"devDependencies": {
"angular-gravatar": "*",
"async": "^0.9.0",
"bitcore": "^0.1.36",
"bitcore": "git://github.com/bitpay/bitcore.git#0d238f116500a732057ec9dd80a8a87b2190ca49",
"blanket": "^1.1.6",
"browser-pack": "^2.0.1",
"browser-request": "^0.3.2",

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
var modules = [
'lib/Address',
'lib/AuthMessage',
@ -34,8 +36,6 @@ var modules = [
var cmd = 'node browser/build.js -s '
cmd = cmd + modules.join(',');
console.log(cmd);