Update package.json

This commit is contained in:
Simon Detheridge 2023-10-16 15:06:45 +01:00
parent 4b347f1b0d
commit a9b861a6aa
Signed by: simon
GPG Key ID: 38640971DA1E704E

View File

@ -1,8 +1,8 @@
{ {
"name": "source", "name": "sd-ai",
"description": "A default theme for the Ghost publishing platform", "description": "Theme for sd.ai, forked from Source theme",
"demo": "https://source.ghost.io", "demo": "https://sd.ai/",
"version": "1.0.1", "version": "1.0.0",
"engines": { "engines": {
"ghost": ">=5.0.0" "ghost": ">=5.0.0"
}, },
@ -18,16 +18,9 @@
"postship": "git fetch && gulp release" "postship": "git fetch && gulp release"
}, },
"author": { "author": {
"name": "Ghost Foundation", "name": "Simon Detheridge",
"email": "hello@ghost.org", "email": "s@sd.ai",
"url": "https://ghost.org/" "url": "https://sd.ai/"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
}, },
"keywords": [ "keywords": [
"ghost", "ghost",
@ -36,10 +29,8 @@
], ],
"repository": { "repository": {
"type": "git", "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": { "devDependencies": {
"@tryghost/release-utils": "0.8.1", "@tryghost/release-utils": "0.8.1",
"autoprefixer": "10.4.7", "autoprefixer": "10.4.7",