updated repository, npm url
Some checks failed
build / test (push) Has been cancelled
build / lint (push) Has been cancelled
build / publish (push) Has been cancelled

This commit is contained in:
Theo 2024-07-26 21:34:54 -04:00
parent 0045ef85b1
commit 0e4a618936
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

@ -2,7 +2,7 @@
"name": "@tornado/fixed-merkle-tree",
"version": "0.7.3",
"description": "Fixed depth merkle tree implementation with sequential inserts",
"repository": "https://git.tornado.ws/tornado-packages/fixed-merkle-tree.git",
"repository": "https://git.tornado.is/tornado-packages/fixed-merkle-tree.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {