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