Merge pull request #325 from unusualbob/bug/bitcoreNodePackageName

Use bitcore-lib in node package creation
This commit is contained in:
Braydon Fuller 2015-10-19 09:39:20 -04:00
commit 21fe315072
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
}
};