From 5cb25ec0ae4bf088a71be8dfbbfa253a89b327df Mon Sep 17 00:00:00 2001 From: u3u Date: Fri, 26 Jul 2019 11:20:52 +0800 Subject: [PATCH] fix(ts): forgot to export the type definition file --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 61cfafc..5dc7926 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ ], "main": "lib/index.js", "module": "esm/index.js", + "types": "lib/index.d.ts", + "typings": "lib/index.d.ts", "files": [ "lib/", "esm/"