Merge pull request #1 from ianamunoz/master

change source in scaffold/lib/create.js
This commit is contained in:
Ian Munoz 2018-06-18 12:12:10 -04:00 committed by GitHub
commit 1ab4e2fd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
}
};