Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

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 a91e3ab commit 43faa9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "@opentiny/vue-renderless",
"version": "3.4.0",
"description": "@opentiny/vue-renderless",
"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": ""
"url": "https://github.com/opentiny/tiny-vue-renderless"
},
"keywords": [
"vue",
"Tiny"
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"headless-components"
],
"author": "Tiny Team",
"author": "OpenTiny Team",
"license": "MIT",
"sideEffects": false,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const source = 'dist'

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

fs.copyFileSync('README.md', source + '/README.md')

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

fs.readdirSync(source).forEach((item) => {
Expand Down

0 comments on commit 43faa9b

Please sign in to comment.