From 03e66b0a4f679ddbb494481766cf8d669b5ae909 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 18 Jul 2023 11:48:24 +0200 Subject: [PATCH] build: include `bin` in npm dist files --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c28fa42..8b91d3c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ }, "files": [ "dist", - "lib" + "lib", + "bin" ], "scripts": { "build": "unbuild", @@ -62,4 +63,4 @@ "vitest": "^0.33.0" }, "packageManager": "pnpm@8.6.8" -} \ No newline at end of file +}