From a3403c8b8a8f8e3ff172e27e21e5be5ad1f8ad86 Mon Sep 17 00:00:00 2001 From: LooSheng Date: Tue, 22 Nov 2022 05:40:37 +0800 Subject: [PATCH] fix: missing web-type after publishing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b26605e22..961b468b25 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "lib", "src", "packages", - "types" + "types", + "web-types.json" ], "typings": "types/index.d.ts", "scripts": {