diff options
author | 2024-11-21 12:02:21 +0000 | |
---|---|---|
committer | 2024-11-21 12:02:21 +0000 | |
commit | 285c6e3598eac81632057a37ad74459cc65c357d (patch) | |
tree | 392acb06a54080f20422ac89c290b245ead7875f /packages/integrations/vue | |
parent | 8309c61f0dfa5991d3f6c5c5fca4403794d6fda2 (diff) | |
parent | b9c05f45b2c9780d7b5518adb4a545cf69f075a6 (diff) | |
download | astro-285c6e3598eac81632057a37ad74459cc65c357d.tar.gz astro-285c6e3598eac81632057a37ad74459cc65c357d.tar.zst astro-285c6e3598eac81632057a37ad74459cc65c357d.zip |
chore: merge fixes
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index c8677a607..5817fab62 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/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/vue" }, "keywords": [ @@ -24,10 +24,7 @@ "./editor": "./dist/editor.cjs", "./*": "./*", "./client.js": "./client.js", - "./server.js": { - "default": "./server.js", - "types": "./server.d.ts" - }, + "./server.js": "./server.js", "./package.json": "./package.json" }, "files": [ @@ -48,14 +45,14 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", - "vite-plugin-vue-devtools": "^7.6.3" + "vite-plugin-vue-devtools": "^7.6.3", + "vite": "6.0.0-beta.6" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", "linkedom": "^0.18.5", - "vite": "6.0.0-beta.6", "vue": "^3.5.12" }, "peerDependencies": { |