astro/packages/integrations/deno/test/fixtures/basics/package.json
Matthew Phillips e621c2f7d3 Revert "Fixes using React.lazy and Suspense"
This reverts commit 700d4f9649.
2022-04-20 17:17:36 -04:00

9 lines
168 B
JSON

{
"name": "@test/deno-astro-basic",
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/deno": "workspace:*"
}
}