From b6cbd0bb038ac1c6a645cf5f3b4e754eb63b0a8a Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Thu, 11 Jul 2019 23:50:50 +0300 Subject: [PATCH] Use wildcards to describe files in package.json. --- package.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index ee279b9a..a12a1f84 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,8 @@ "hooks" ], "files": [ - "index.js", - "index.d.ts", - "matcher.js", - "matcher.d.ts", - "react-deps.js", - "use-location.js", - "use-location.d.ts", - "static-location.js", - "static-location.d.ts", + "*.js", + "*.d.ts", "preact/" ], "scripts": {