ref: explicitly mark as 'commonjs' module

This commit is contained in:
AJ ONeal
2024-09-13 08:33:33 +00:00
parent 87b308550d
commit 58be5ce649
+1
View File
@@ -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",