From 29838129d4ee3e709ac3a1498218adaf320a99fe Mon Sep 17 00:00:00 2001 From: Brian Phillips <28457+brianphillips@users.noreply.github.com> Date: Tue, 28 May 2024 15:41:11 -0500 Subject: [PATCH] fix: include cjs package.json file in distribution --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 36b8f41..8f2cacd 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "dist/esm/index.js", "dist/esm/package.json", "dist/cjs/index.js", + "dist/cjs/package.json", "dist/types/index.d.ts", "README.md" ],