From 91340d7e79c57a644ef8f4edb1a389eb0a5ae040 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 9 Oct 2024 09:05:15 +0200 Subject: [PATCH] Use current URLs in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dcd443c..4faf7b0 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ ], "repository": { "type": "git", - "url": "https://github.com/BakiVernes/stimulus-multiselect" + "url": "https://github.com/WizardComputer/stimulus-multiselect" }, "bugs": { - "url": "https://github.com/BakiVernes/stimulus-multiselect/issues" + "url": "https://github.com/WizardComputer/stimulus-multiselect/issues" }, - "homepage": "https://github.com/BakiVernes/stimulus-multiselect", + "homepage": "https://github.com/WizardComputer/stimulus-multiselect", "peerDependencies": { "@hotwired/stimulus": "^3.1.0" },