Skip to content

Commit

Permalink
change lint ver n add status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 18, 2024
1 parent 908cb1b commit ea8a7b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ ____ _________________________ ________ ___________
# A Node.js VERGE Client
nodejs-verge is a VERGE client for node.js

<p align="left">
<a href="https://github.com/vergecurrency/nodejs-verge/actions/workflows/node.js.yml">
<img src="https://github.com/vergecurrency/nodejs-verge/actions/workflows/node.js.yml/badge.svg">
</a>
</p>

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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
x{
"name": "nodejs-verge",
"version": "0.0.4",
"description": "NodeJS typescript RPC client for VERGE currency",
Expand All @@ -25,6 +25,6 @@
},
"devDependencies": {
"codelyzer": "^6.0.2",
"tslint": "^6.1.3"
"eslint": "^9.0.0"
}
}

0 comments on commit ea8a7b8

Please sign in to comment.