From a9b861a6aa6f2ac01c428164a9b1a988688d4af3 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 16 Oct 2023 15:06:45 +0100 Subject: [PATCH] Update package.json --- package.json | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 877cf14..b6d9ec9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "source", - "description": "A default theme for the Ghost publishing platform", - "demo": "https://source.ghost.io", - "version": "1.0.1", + "name": "sd-ai", + "description": "Theme for sd.ai, forked from Source theme", + "demo": "https://sd.ai/", + "version": "1.0.0", "engines": { "ghost": ">=5.0.0" }, @@ -18,16 +18,9 @@ "postship": "git fetch && gulp release" }, "author": { - "name": "Ghost Foundation", - "email": "hello@ghost.org", - "url": "https://ghost.org/" - }, - "gpm": { - "type": "theme", - "categories": [ - "Minimal", - "Magazine" - ] + "name": "Simon Detheridge", + "email": "s@sd.ai", + "url": "https://sd.ai/" }, "keywords": [ "ghost", @@ -36,10 +29,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/TryGhost/Source.git" + "url": "https://git.sd.ai/simon/ghost-theme-sd.ai" }, - "bugs": "https://github.com/TryGhost/Source/issues", - "contributors": "https://github.com/TryGhost/Source/graphs/contributors", "devDependencies": { "@tryghost/release-utils": "0.8.1", "autoprefixer": "10.4.7",