Skip to content

Commit

Permalink
feat: update runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jul 19, 2024
1 parent e4fa4c5 commit b0f0035
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions packages/vue-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"name": "@opentiny/vue-runtime",
"version": "3.17.0",
"description": "",
"files": [
"dist2",
"dist3"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"type": "module",
"version": "3.17.1",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-vue",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-vue.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-vue/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "ISC"
}
"keywords": [
"vue",
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"headless-components"
],
"files": [
"dist2",
"dist3"
]
}

0 comments on commit b0f0035

Please sign in to comment.