From 23c4cab6f485bac6ca3dd83b973b6edd69d596ed Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 6 May 2023 17:38:36 +0300 Subject: [PATCH] package.json: include lib JS files too (#159) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3bb0e7e..b7b8a5f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "types": "index.d.ts", "files": [ "bin/cli.js", + "lib/*.js", "index.js" ], "bin": {