Skip to content

Commit 41089c3

Browse files
committed
chore: update @opentiny/vue version
1 parent dad6a97 commit 41089c3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packages/vue/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "@opentiny/vue",
3+
"type": "module",
4+
"version": "3.21.3",
35
"private": true,
4-
"version": "3.21.2",
56
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
7+
"author": "OpenTiny Team",
8+
"license": "MIT",
69
"homepage": "https://opentiny.design/tiny-vue",
10+
"repository": {
11+
"type": "git",
12+
"url": "git@github.com:opentiny/tiny-vue.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/opentiny/tiny-vue/issues"
16+
},
717
"keywords": [
818
"vue",
919
"vue3",
@@ -15,18 +25,12 @@
1525
"renderless-components",
1626
"headless-components"
1727
],
18-
"author": "OpenTiny Team",
19-
"license": "MIT",
20-
"repository": {
21-
"type": "git",
22-
"url": "git@github.com:opentiny/tiny-vue.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/opentiny/tiny-vue/issues"
26-
},
27-
"type": "module",
28-
"main": "index.ts",
2928
"sideEffects": false,
29+
"main": "index.ts",
30+
"scripts": {
31+
"build": "pnpm -w build:ui",
32+
"postversion": "pnpm build"
33+
},
3034
"dependencies": {
3135
"@opentiny/vue-action-menu": "workspace:~",
3236
"@opentiny/vue-action-sheet": "workspace:~",
@@ -270,9 +274,5 @@
270274
"vue2": "npm:vue@2.6.14",
271275
"vue2.7": "npm:vue@2.7.10",
272276
"vue3": "npm:vue@3.3.9"
273-
},
274-
"scripts": {
275-
"build": "pnpm -w build:ui",
276-
"postversion": "pnpm build"
277277
}
278278
}

0 commit comments

Comments
 (0)