diff options
author | 2024-11-15 23:43:34 +0800 | |
---|---|---|
committer | 2024-11-15 23:43:34 +0800 | |
commit | cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d (patch) | |
tree | 2410f5eadf53e5c797ef4e13cb348f2fe4dee9f8 /packages/integrations/vue | |
parent | 8e135b6f036a37c5df7884209e767e298262bad7 (diff) | |
download | astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.tar.gz astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.tar.zst astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.zip |
Add publint checks (#12445)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1b191ffcf..325d8781f 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": [ |