Skip to content

Commit ce8460f

Browse files
committed
chore: update version to 0.0.2
1 parent 5dffbe8 commit ce8460f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ module.exports = {
140140
'import/no-commonjs': 'off',
141141
'@typescript-eslint/no-var-requires': 'off',
142142
'no-console': 'off',
143-
'import/no-unresolved': 'off',
144143
},
145144
},
146145
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hui-design",
3-
"version": "0.0.1-beta.43",
3+
"version": "0.0.2",
44
"description": "再惠组件库",
55
"scripts": {
66
"setup": "pnpm i",

packages/weapp-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zaihui/hui-design",
3-
"version": "0.0.1-beta.43",
3+
"version": "0.0.2",
44
"description": "再惠组件库",
55
"files": [
66
"lib/*"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"skipLibCheck": true,
2727
"typeRoots": ["node_modules/@types", "global.d.ts"]
2828
},
29+
"exclude": ["node_modules"],
2930
"compileOnSave": false
3031
}

0 commit comments

Comments
 (0)