This commit is contained in:
Adam Matthiesen 2024-01-25 23:31:50 -08:00
parent 875c76753f
commit f72637d7d6
1 changed files with 3 additions and 2 deletions

View File

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