Merge pull request #3 from tiero/master

Remove references to React Native in readme & pkg.json
This commit is contained in:
softsimon 2022-11-26 19:03:50 +09:00 committed by GitHub
commit 41872e548b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Electrum Protocol Client for node.js.
* persistence (ping strategy and reconnection)
* batch requests
* works in RN and nodejs
* works in nodejs
## protocol spec

View File

@ -1,7 +1,7 @@
{
"name": "@mempool/electrum-client",
"version": "1.1.8",
"description": "Electrum protocol client for React Native & Node.js",
"description": "Electrum protocol client for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"