From ae6ae1ea35ff96f2a57dcdac09b1c83441aa662f Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Mon, 23 Feb 2026 23:01:08 +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 1612519..de69a68 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "type": "opencollective", "url": "https://opencollective.com/express" }, + "type": "commonjs", "dependencies": { "debug": "^4.4.3", "encodeurl": "^2.0.0",