This commit is contained in:
you21979 2017-07-10 19:15:10 +09:00
parent 6082c8c015
commit aa6cc493f2
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
module.exports = require('./lib/electrum_cli');
module.exports = require('./lib/electrum_client');

View File

@ -1,5 +1,5 @@
const Client = require("./client")
class ElectrumCli extends Client{
class ElectrumClient extends Client{
constructor(protocol, port, host, options){
super(protocol, port, host, options)
}
@ -62,4 +62,4 @@ class ElectrumCli extends Client{
}
}
module.exports = ElectrumCli
module.exports = ElectrumClient

View File

@ -1,6 +1,6 @@
{
"name": "electrum-client",
"version": "0.0.2",
"version": "0.0.3",
"description": "Electrum protocol client for node.js",
"main": "index.js",
"scripts": {
@ -8,6 +8,13 @@
},
"dependencies": {
},
"repository": {
"type": "git",
"url": "git://github.com/you21979/node-electrum-client.git"
},
"bugs": {
"url": "https://github.com/you21979/node-electrum-client/issues"
}
"keywords": [
"client",
"electrum",