diff options
Diffstat (limited to 'packages/integrations/preact/package.json')
-rw-r--r-- | packages/integrations/preact/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index e88470166..b441bca21 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/astro.git", + "url": "git+https://github.com/withastro/astro.git", "directory": "packages/integrations/preact" }, "keywords": [ @@ -40,7 +40,8 @@ "@preact/preset-vite": "2.8.2", "@preact/signals": "^1.3.0", "babel-plugin-transform-hook-names": "^1.0.2", - "preact-render-to-string": "^6.5.11" + "preact-render-to-string": "^6.5.11", + "vite": "^5.4.10" }, "devDependencies": { "astro": "workspace:*", |