Skip to content

Commit 2d11274

Browse files
committed
docs: update package.json
1 parent 5a4bc43 commit 2d11274

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

build/release.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ fs.writeFileSync(packagesPath, result)
1515

1616
fs.copyFileSync('package.json', path.join(source, 'package.json'))
1717

18+
fs.copyFileSync('README.md', path.join(source, 'README.md'))
19+
1820
execSync('npm pack', { cwd: source })
1921

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

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
{
22
"name": "@opentiny/vue-theme",
3-
"version": "3.5.0",
4-
"description": "tiny-vue-theme",
5-
"main": "dist/index.css",
6-
"author": "tinyUI for Vue Team",
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",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/opentiny/tiny-vue-theme"
9+
},
10+
"keywords": [
11+
"vue",
12+
"vue3",
13+
"frontend",
14+
"component-library",
15+
"components",
16+
"vue-components",
17+
"opentiny",
18+
"renderless-components",
19+
"headless-components"
20+
],
21+
"author": "OpenTiny Team",
722
"license": "MIT",
23+
"main": "dist/index.css",
824
"scripts": {
925
"clean": "rimraf dist",
1026
"build:theme": "gulp build --gulpfile build/gulp-dist.js",

0 commit comments

Comments
 (0)