From abc4e087a7ee86617c791951f6412b82974e6646 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 22 Jan 2022 15:35:27 -0800 Subject: [PATCH] Specify "type" as "commonjs" in package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6419d41..2a89fc8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "url": "https://dlaa.me/" }, "license": "MIT", + "type": "commonjs", "homepage": "https://github.com/DavidAnson/markdownlint-cli2-action", "repository": { "type": "git",