From 35c22e22ff3db871f8b7d3ec89b1027628b7f8d5 Mon Sep 17 00:00:00 2001 From: Theo Date: Mon, 29 Jul 2024 16:06:06 -0400 Subject: [PATCH] updated npm and package.json links --- .npmrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 05ba80e..df6c6c4 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ \ No newline at end of file +@tornado:registry=https://git.tornado.is/api/packages/tornado-packages/npm/ diff --git a/package.json b/package.json index e356081..53cb939 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.5.1", "description": "Fixed depth merkle tree implementation with sequential inserts", "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": { "test": "mocha", "lint": "eslint ."