updates bitcore to 0d238f11

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

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);