Skip to content

Commit c1de4f2

Browse files
authored
Merge pull request #8 from keep-network/transfer
Update after repo ownership transfer This PR updates few bits after transferring the repo from nkuba/electrum-client-js to keep-network/electrum-client-js.
2 parents 6bdc216 + 7acb260 commit c1de4f2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Subscriptions and notifications are also supported, please see [example](example
1515

1616
Latest [CircleCI](.circleci/) build status:
1717

18-
[![CircleCI build status](https://circleci.com/gh/nkuba/electrum-client-js.svg?style=svg)](https://circleci.com/gh/nkuba/electrum-client-js)
18+
[![CircleCI](https://circleci.com/gh/keep-network/electrum-client-js.svg?style=svg)](https://circleci.com/gh/keep-network/electrum-client-js)
1919

2020

2121
## Install
2222

2323
```
24-
npm install --save nkuba/electrum-client-js
24+
npm install --save @keep-network/electrum-client-js
2525
```
2626

2727
## Usage
2828

2929
```js
30-
const ElectrumClient = require('electrum-client-js')
30+
const ElectrumClient = require('@keep-network/electrum-client-js')
3131

3232
async function main() {
3333
const client = new ElectrumClient(

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "electrum-client-js",
2+
"name": "@keep-network/electrum-client-js",
33
"version": "0.1.0",
44
"description": "Electrum protocol client for node.js and browser",
55
"main": "index.js",
@@ -19,13 +19,13 @@
1919
"fs": "0.0.1-security",
2020
"mocha": "^6.2.0"
2121
},
22-
"homepage": "https://github.com/nkuba/electrum-client-js#readme",
22+
"homepage": "https://github.com/keep-network/electrum-client-js#readme",
2323
"repository": {
2424
"type": "git",
25-
"url": "git://github.com/nkuba/electrum-client-js.git"
25+
"url": "git://github.com/keep-network/electrum-client-js.git"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/nkuba/electrum-client-js/issues"
28+
"url": "https://github.com/keep-network/electrum-client-js/issues"
2929
},
3030
"keywords": [
3131
"client",

0 commit comments

Comments
 (0)