fix spelling issues

This commit is contained in:
Adam Matthiesen 2024-02-20 07:22:02 -08:00
parent 2b534d92ee
commit 95171f3329
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
fixed spelling issues in package.json

View File

@ -62,12 +62,12 @@
"vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2"
},
"Dependencies": {
"dependencies": {
"@ts-ghost/core-api": "^5.1.2",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2"
},
"peerdependencies": {
"peerDependencies": {
"@astrojs/starlight": ">=0.19.0",
"astro": ">=4.3.7"
}