From 6e98c1a5f994224b9412fc47c4065b468c89fe2c Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 15 Apr 2020 09:51:03 +0200 Subject: [PATCH] fix(build): don't publish junk files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 797283a7ee..0eb7f5ffd4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "author": "Filip Skokan ", "files": [ - "lib", + "lib/**/*.js", "LICENSE_THIRD_PARTY", "types/index.d.ts" ],