Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit f9cea2e

Browse files
committed
release v0.6.10
1 parent 3853595 commit f9cea2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue2-script-setup",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "Bring <script setup> to Vue 2",
55
"keywords": [],
66
"homepage": "https://github.com/antfu/unplugin-vue2-script-setup#readme",
@@ -17,13 +17,13 @@
1717
"exports": {
1818
".": "./dist/index.js",
1919
"./*": "./*",
20-
"./jest":"./jest.js",
21-
"./nuxt": "./dist/nuxt.js",
22-
"./rollup": "./dist/rollup.js",
20+
"./jest": "./jest.js",
21+
"./nuxt": "./dist/nuxt.js",
22+
"./rollup": "./dist/rollup.js",
2323
"./types": "./dist/types.js",
24-
"./vite":"./dist/vite.js",
24+
"./vite": "./dist/vite.js",
2525
"./webpack": "./dist/webpack.js"
26-
},
26+
},
2727
"main": "dist/index.js",
2828
"types": "index.d.ts",
2929
"files": [

0 commit comments

Comments
 (0)