diff --git a/README.md b/README.md index 2227749..e11a03c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ ____ _________________________ ________ ___________ # A Node.js VERGE Client nodejs-verge is a VERGE client for node.js +

+ + + +

+ It is a fork of the excellent Kapitalize Bitcoin Client (now removed from GitHub) intended for use with VERGE. The purpose of this repository is: * Provide a one-stop resource for the Node.js developer to get started with VERGE integration. diff --git a/package.json b/package.json index fd5d592..45179c8 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ -{ +x{ "name": "nodejs-verge", "version": "0.0.4", "description": "NodeJS typescript RPC client for VERGE currency", @@ -25,6 +25,6 @@ }, "devDependencies": { "codelyzer": "^6.0.2", - "tslint": "^6.1.3" + "eslint": "^9.0.0" } }