From 08a1de5e2944c0da68dee8d3db85f5d424ff7ac3 Mon Sep 17 00:00:00 2001 From: hujiulong Date: Mon, 2 Dec 2019 22:40:42 +0800 Subject: [PATCH] chore: remove jsx.d.ts from package.files (#512) --- packages/runtime-core/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/runtime-core/package.json b/packages/runtime-core/package.json index 68f85ddd3..c9f481c70 100644 --- a/packages/runtime-core/package.json +++ b/packages/runtime-core/package.json @@ -6,8 +6,7 @@ "module": "dist/runtime-core.esm-bundler.js", "files": [ "index.js", - "dist", - "jsx.d.ts" + "dist" ], "types": "dist/runtime-core.d.ts", "sideEffects": false,