From b5961cd461c9c2048eafcf93e0af29d54976e47e Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Wed, 12 May 2021 08:12:25 +0800 Subject: [PATCH] Update publish URLs Use new URLs for publishing. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2959beb..b481515 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ ], "publishing": { "github": { - "repository": "https://github.com/TheoryOfNekomata/get-form-values.git", + "repository": "https://github.com/TheoryOfNekomata/formxtr.git", "publishConfig": { "registry": "https://npm.pkg.github.com" } }, "master": { - "repository": "https://code.modal.sh/TheoryOfNekomata/get-form-values.git", + "repository": "https://code.modal.sh/TheoryOfNekomata/formxtr.git", "publishConfig": { "registry": "https://js.pack.modal.sh" }