diff --git a/package.json b/package.json index fad609c..49deb46 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/scripts/release.js b/scripts/release.js index 67fd866..20e6f3c 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -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) => {