Skip to content

Commit

Permalink
docs: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Mar 22, 2023
1 parent 5a4bc43 commit 2d11274
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fs.writeFileSync(packagesPath, result)

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

fs.copyFileSync('README.md', path.join(source, 'README.md'))

execSync('npm pack', { cwd: source })

fs.readdirSync(source).forEach((item) => {
Expand Down
24 changes: 20 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
{
"name": "@opentiny/vue-theme",
"version": "3.5.0",
"description": "tiny-vue-theme",
"main": "dist/index.css",
"author": "tinyUI for Vue Team",
"version": "3.6.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-vue-theme"
},
"keywords": [
"vue",
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"headless-components"
],
"author": "OpenTiny Team",
"license": "MIT",
"main": "dist/index.css",
"scripts": {
"clean": "rimraf dist",
"build:theme": "gulp build --gulpfile build/gulp-dist.js",
Expand Down

0 comments on commit 2d11274

Please sign in to comment.