From fb9f7c84e84d7fa250a60f725521ccea3a902a6b Mon Sep 17 00:00:00 2001 From: harrywan Date: Wed, 28 Jul 2021 16:21:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E6=AD=A3=E7=A1=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AEfiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-runtime/package.json | 3 ++- packages/fes/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/fes-runtime/package.json b/packages/fes-runtime/package.json index 93966753..d2d2e648 100644 --- a/packages/fes-runtime/package.json +++ b/packages/fes-runtime/package.json @@ -5,7 +5,8 @@ "main": "lib/index.js", "module": "es/index.js", "files": [ - "dist" + "lib", + "es" ], "repository": { "type": "git", diff --git a/packages/fes/package.json b/packages/fes/package.json index 7bc2d710..26046469 100644 --- a/packages/fes/package.json +++ b/packages/fes/package.json @@ -8,7 +8,7 @@ }, "files": [ "lib", - "dist", + "es", "bin", "types.d.ts" ],