mod
This commit is contained in:
parent
6082c8c015
commit
aa6cc493f2
2
index.js
2
index.js
@ -1 +1 @@
|
||||
module.exports = require('./lib/electrum_cli');
|
||||
module.exports = require('./lib/electrum_client');
|
||||
|
||||
@ -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
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user