From 2b61aa68930f28e1ba0ea93e52a120e3bfaf165a Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Sun, 1 Dec 2024 23:37:59 +0900 Subject: [PATCH] fix: restore old repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19a2e5f..67f45e4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/line/tsr" + "url": "git+https://github.com/line/ts-remove-unused" }, "license": "Apache-2.0", "bin": "dist/cli.js",