From ce850ee6d3daac4b2ead6fe941976ad5aeaec0e3 Mon Sep 17 00:00:00 2001 From: haixiao yang <790041427@qq.com> Date: Thu, 20 Jul 2023 10:26:45 +0800 Subject: [PATCH] chore: update version to 0.0.2 --- .eslintrc.js | 1 - package.json | 2 +- packages/weapp-components/package.json | 2 +- tsconfig.json | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a0af7fe..07b3f9c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -140,7 +140,6 @@ module.exports = { 'import/no-commonjs': 'off', '@typescript-eslint/no-var-requires': 'off', 'no-console': 'off', - 'import/no-unresolved': 'off', }, }, { diff --git a/package.json b/package.json index a741855..88108bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hui-design", - "version": "0.0.1-beta.43", + "version": "0.0.2", "description": "再惠组件库", "scripts": { "setup": "pnpm i", diff --git a/packages/weapp-components/package.json b/packages/weapp-components/package.json index 72e7d1d..89f4c21 100644 --- a/packages/weapp-components/package.json +++ b/packages/weapp-components/package.json @@ -1,6 +1,6 @@ { "name": "@zaihui/hui-design", - "version": "0.0.1-beta.43", + "version": "0.0.2", "description": "再惠组件库", "files": [ "lib/*" diff --git a/tsconfig.json b/tsconfig.json index a074f00..935bc64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,6 @@ "skipLibCheck": true, "typeRoots": ["node_modules/@types", "global.d.ts"] }, + "exclude": ["node_modules"], "compileOnSave": false }