This commit is contained in:
Adam Matthiesen 2024-01-26 06:32:40 -08:00
parent 62ac72a60e
commit aa0a67dd7f
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -44,14 +44,14 @@
"devDependencies": {
"@matthiesenxyz/astro-ghostcms": "*",
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3",
"sass": "^1.70.0"
"typescript": "^5.3.3"
},
"peerDependencies": {
"astro": "^4.2.1"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.1.3",
"astro-font": "^0.0.77"
"@matthiesenxyz/astro-ghostcms": "^3.1.5",
"astro-font": "^0.0.77",
"sass": "^1.70.0"
}
}