From c5700147a8d6f7f4b09d6c33c439335a3309f5f1 Mon Sep 17 00:00:00 2001 From: 13659257719 <819781841@qq.com> Date: Tue, 26 Sep 2023 11:14:16 +0800 Subject: [PATCH] =?UTF-8?q?[inula]=20=E6=89=93=E5=8C=85=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/inula/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/inula/package.json b/packages/inula/package.json index a10ac7c3..3ec98d8b 100644 --- a/packages/inula/package.json +++ b/packages/inula/package.json @@ -23,6 +23,6 @@ "test": "jest --config=jest.config.js", "watch-test": "yarn test --watch --dev" }, - "files": ["build/@types", "build/cjs", "build/umd", "build/index.js", "build/jsx-dev-runtime.js", "build/jsx-runtime.js"], + "files": ["build/@types", "build/cjs", "build/umd", "build/index.js", "build/jsx-dev-runtime.js", "build/jsx-runtime.js", "README.md"], "types": "./build/@types/index.d.ts" }