updated npm and package.json links
Some checks are pending
build / test (push) Waiting to run
build / lint (push) Waiting to run
build / publish (push) Blocked by required conditions

This commit is contained in:
Theo 2024-07-29 16:06:06 -04:00
parent c89146c3e5
commit 35c22e22ff
2 changed files with 2 additions and 2 deletions

2
.npmrc
View File

@ -1 +1 @@
@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ @tornado:registry=https://git.tornado.is/api/packages/tornado-packages/npm/

View File

@ -3,7 +3,7 @@
"version": "0.5.1", "version": "0.5.1",
"description": "Fixed depth merkle tree implementation with sequential inserts", "description": "Fixed depth merkle tree implementation with sequential inserts",
"main": "src/merkleTree.js", "main": "src/merkleTree.js",
"repository": "https://git.tornado.ws/tornado-packages/fixed-merkle-tree.git", "repository": "https://git.tornado.is/tornado-packages/fixed-merkle-tree.git",
"scripts": { "scripts": {
"test": "mocha", "test": "mocha",
"lint": "eslint ." "lint": "eslint ."