From 66a976d51447bcf826db4f03fcbc7c4b82ad4603 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Mon, 23 Feb 2026 22:56:04 +0100 Subject: [PATCH] chore: add explicit type commonjs to package.json ref: https://publint.dev/rules#use_type --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index adeb5d58..6889b571 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "type": "opencollective", "url": "https://opencollective.com/express" }, + "type": "commonjs", "exports": { ".": "./index.js", "./package.json": "./package.json",