pkg: rename bcoin-wallet to bwallet.

This commit is contained in:
Christopher Jeffrey 2018-03-29 22:15:24 -07:00
parent d25e553605
commit 2efa5275d5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -69,7 +69,7 @@
"bcoin": "./bin/bcoin",
"bcoin-node": "./bin/node",
"bcoin-spvnode": "./bin/spvnode",
"bcoin-wallet": "./bin/bwallet"
"bwallet": "./bin/bwallet"
},
"scripts": {
"browserify": "browserify -s bcoin lib/bcoin-browser.js | uglifyjs -c > bcoin.js",