From c255db48015ece22ae858bb612c159846d609bee Mon Sep 17 00:00:00 2001 From: akatoch435 <47104192+akatoch435@users.noreply.github.com> Date: Thu, 28 May 2020 02:06:19 +1000 Subject: [PATCH] cli.js was missing (#237) cli.js was missing from Files which caused the package creation without same. Even though the releases package has cli.js --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 388ab354..c172294d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "index.js", "lite.js", "Mime.js", + "cli.js", "/types" ], "scripts": {