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
1 changed files with 8 additions and 17 deletions

View File

@ -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",