diff options
Diffstat (limited to 'packages/astro/e2e/fixtures/content-collections/package.json')
-rw-r--r-- | packages/astro/e2e/fixtures/content-collections/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/astro/e2e/fixtures/content-collections/package.json b/packages/astro/e2e/fixtures/content-collections/package.json new file mode 100644 index 000000000..169f7590b --- /dev/null +++ b/packages/astro/e2e/fixtures/content-collections/package.json @@ -0,0 +1,9 @@ +{ + "name": "@e2e/content-collections", + "version": "0.0.0", + "private": true, + "dependencies": { + "@astrojs/mdx": "workspace:*", + "astro": "workspace:*" + } +} |