From 8a574a4bb9a8d2e420de0e01a8845533eb576849 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 18 Mar 2022 22:54:28 +0100 Subject: [PATCH] Update repo --- composer.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9288d3a..06b8871 100644 --- a/composer.json +++ b/composer.json @@ -2,12 +2,12 @@ "name": "hyde/framework", "description": "The Hyde Framework", "keywords": ["framework", "hyde", "hyde framework"], - "homepage": "https://github.com/hydephp/framework", + "homepage": "https://github.com/hydephp/hyde", "type": "project", "license": "MIT", "support": { - "issues": "https://github.com/hydephp/framework/issues", - "source": "https://github.com/hydephp/framework" + "issues": "https://github.com/hydephp/hyde/issues", + "source": "https://github.com/hydephp/hyde" }, "authors": [ { diff --git a/package.json b/package.json index 6ebbdea..4ed974c 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "author": "Caen De Silva", "license": "MIT", "bugs": { - "url": "https://github.com/hyde/framework/issues" + "url": "https://github.com/hyde/hyde/issues" }, - "homepage": "https://github.com/hyde/framework#readme", + "homepage": "https://github.com/hyde/hyde#readme", "devDependencies": { "@tailwindcss/typography": "^0.5.2", "browser-sync": "^2.27.9",