change url to zcash-hackworks in lib/scaffold/create.js

This commit is contained in:
Ian Munoz 2018-06-18 10:22:22 -04:00
parent 4f0edd4bd6
commit f2e287d901
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ var BASE_PACKAGE = {
license: 'MIT',
readme: 'README.md',
dependencies: {
'bitcore-lib-zcash': 'str4d/bitcore-lib-zcash',
'bitcore-node-zcash': 'str4d/bitcore-node-zcash'
'bitcore-lib-zcash': 'zcash-hackworks/bitcore-lib-zcash',
'bitcore-node-zcash': 'zcash-hackworks/bitcore-node-zcash'
}
};