From dce245629651edab9719127deaf07ecfbcf20c5f Mon Sep 17 00:00:00 2001 From: Florian Dreier Date: Sat, 9 Jan 2021 17:01:59 +0100 Subject: [PATCH] fix(plugin-legacy): add `index.d.ts` at publish (#1457) --- packages/plugin-legacy/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 17ec89375b89ad..ecf69b67adb574 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -4,7 +4,8 @@ "license": "MIT", "author": "Evan You", "files": [ - "index.js" + "index.js", + "index.d.ts" ], "main": "index.js", "types": "index.d.ts",