From eaab2be9748615514409ea224f1222278e38cd79 Mon Sep 17 00:00:00 2001 From: JonLuca De Caro Date: Fri, 5 Aug 2022 10:56:31 -0400 Subject: [PATCH] fix(cli): cli was broken due to bin not included in dist (#33) * Add documentation, clean up some types, small fixes * re-add binn --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ce25905..c1dc747 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "types": "dist/mjs/index.d.ts", "files": [ + "/bin", "/dist" ], "main": "dist/cjs/index.js",