From 0b37b92517929bd13ab0f8cb7283bed21019c5e2 Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Thu, 29 Aug 2024 08:58:39 -0400 Subject: [PATCH] Fix links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e68b850..b21dc59 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/audio-lab/watr.git" + "url": "git+https://github.com/dy/watr.git" }, "files": [ "src", @@ -35,9 +35,9 @@ "author": "Dmitry Iv", "license": "MIT", "bugs": { - "url": "https://github.com/audio-lab/watr/issues" + "url": "https://github.com/dy/watr/issues" }, - "homepage": "https://github.com/audio-lab/watr#readme", + "homepage": "https://github.com/dy/watr#readme", "devDependencies": { "tst": "^7.3.0", "wabt": "^1.0.28",