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 ."