Use bitcore-lib in node package creation

This commit is contained in:
Rob Riddle 2015-10-19 15:43:51 +03:00
parent e9110ad93c
commit e9290d3cdc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if (packageFile.version.match('-dev')) {
var BASE_PACKAGE = {
dependencies: {
'bitcore': '^' + bitcore.version,
'bitcore-lib': '^' + bitcore.version,
'bitcore-node': version
}
};