diff options
Diffstat (limited to 'packages/astro/test/fixtures/astro-markdown/package.json')
-rw-r--r-- | packages/astro/test/fixtures/astro-markdown/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/astro-markdown/package.json b/packages/astro/test/fixtures/astro-markdown/package.json index 9fe9dae01..bf24faecd 100644 --- a/packages/astro/test/fixtures/astro-markdown/package.json +++ b/packages/astro/test/fixtures/astro-markdown/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { + "@astrojs/preact": "workspace:*", "astro": "workspace:*" } } |