From b8b3e87cffec2b64d49e55a2a87470bcbe7d682f Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Wed, 2 Nov 2022 15:40:02 -0400 Subject: [PATCH] fix(packaging): update github url after repo move --- packages/module/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/module/package.json b/packages/module/package.json index 488150e..2a42454 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -12,13 +12,13 @@ "docs:serve": "pf-docs-framework serve public --port 5000", "docs:screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5000" }, - "repository": "git+https://github.com/wise-king-sullyman/patternfly-extension-seed.git", + "repository": "git+https://github.com/patternfly/patternfly-extension-seed.git", "author": "Red Hat", "license": "MIT", "bugs": { - "url": "https://github.com/wise-king-sullyman/patternfly-extension-seed/issues" + "url": "https://github.com/patternfly/patternfly-extension-seed/issues" }, - "homepage": "https://github.com/wise-king-sullyman/patternfly-extension-seed#readme", + "homepage": "https://github.com/patternfly/patternfly-extension-seed#readme", "release": { "branches": "main" },