aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-external-files/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/astro-external-files/package.json')
-rw-r--r--packages/astro/test/fixtures/astro-external-files/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/astro-external-files/package.json b/packages/astro/test/fixtures/astro-external-files/package.json
new file mode 100644
index 000000000..5f0a99bcf
--- /dev/null
+++ b/packages/astro/test/fixtures/astro-external-files/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@test/astro-external-files",
+ "version": "0.0.0",
+ "private": true,
+ "dependencies": {
+ "astro": "workspace:*"
+ }
+}