From 58be5ce64943a6bef11a5856b5a7e96035120eee Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Sep 2024 23:35:44 +0000 Subject: [PATCH] ref: explicitly mark as 'commonjs' module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e05adc1..c5fac79 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "1.1.1", "description": "webinstall script repository", "main": "_webi/", + "type": "commonjs", "scripts": { "bump": "npm version -m \"chore(release): bump to v%s\"", "fmt": "npm run prettier && npm run shfmt && npm run pwsh-fmt",