From adc57ebff1648f0e8b33ae999b0b408cc1d94036 Mon Sep 17 00:00:00 2001 From: "Rawad T." <8330763+rawadtraboulsi@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:12:48 +0300 Subject: [PATCH] chore: include LICENSE in the published npm package LICENSE is already on main, but npm 0.5.0 only ships dist because files is ["dist"]. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2e9882..870e870 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "require": "./dist/password.cjs" } }, - "files": ["dist"], + "files": ["dist", "LICENSE"], "dependencies": { "@noble/hashes": "^2.0.1" }