Skip to content

Commit

Permalink
chore: update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHaiWorld committed Jul 20, 2023
1 parent cf1f398 commit 7b77fcd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ module.exports = {
'import/no-commonjs': 'off',
'@typescript-eslint/no-var-requires': 'off',
'no-console': 'off',
'import/no-unresolved': 'off',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hui-design",
"version": "0.0.1-beta.43",
"version": "0.0.2",
"description": "再惠组件库",
"scripts": {
"setup": "pnpm i",
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zaihui/hui-design",
"version": "0.0.1-beta.43",
"version": "0.0.2",
"description": "再惠组件库",
"files": [
"lib/*"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"skipLibCheck": true,
"typeRoots": ["node_modules/@types", "global.d.ts"]
},
"exclude": ["node_modules"],
"compileOnSave": false
}

0 comments on commit 7b77fcd

Please # to comment.