From 0e4a618936b17e33d53d93a6ce099baa5fdd19ca Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 26 Jul 2024 21:34:54 -0400 Subject: [PATCH] updated repository, npm url --- .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 5b845ad..5ca080a 100644 --- a/package.json +++ b/package.json @@ -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": {