diff options
Diffstat (limited to 'packages/astro/test/fixtures/html-slots/package.json')
-rw-r--r-- | packages/astro/test/fixtures/html-slots/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/html-slots/package.json b/packages/astro/test/fixtures/html-slots/package.json new file mode 100644 index 000000000..10b04cfd4 --- /dev/null +++ b/packages/astro/test/fixtures/html-slots/package.json @@ -0,0 +1,8 @@ +{ + "name": "@test/html-slots", + "version": "0.0.0", + "private": true, + "dependencies": { + "astro": "workspace:*" + } +} |