Skip to content

Commit 43faa9b

Browse files
committed
docs: update package.json
1 parent a91e3ab commit 43faa9b

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
22
"name": "@opentiny/vue-renderless",
3-
"version": "3.4.0",
4-
"description": "@opentiny/vue-renderless",
3+
"version": "3.6.0",
4+
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
5+
"homepage": "https://opentiny.design/tiny-vue",
56
"repository": {
67
"type": "git",
7-
"url": ""
8+
"url": "https://github.com/opentiny/tiny-vue-renderless"
89
},
910
"keywords": [
1011
"vue",
11-
"Tiny"
12+
"vue3",
13+
"frontend",
14+
"component-library",
15+
"components",
16+
"vue-components",
17+
"opentiny",
18+
"renderless-components",
19+
"headless-components"
1220
],
13-
"author": "Tiny Team",
21+
"author": "OpenTiny Team",
1422
"license": "MIT",
1523
"sideEffects": false,
1624
"scripts": {

scripts/release.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const source = 'dist'
66

77
fs.copyFileSync('package.json', source + '/package.json')
88

9+
fs.copyFileSync('README.md', source + '/README.md')
10+
911
execSync('npm pack', { cwd: source })
1012

1113
fs.readdirSync(source).forEach((item) => {

0 commit comments

Comments
 (0)