Skip to content

Commit

Permalink
ref: explicitly mark as 'commonjs' module
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Sep 11, 2024
1 parent 0902b4b commit 9da51dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9da51dc

Please sign in to comment.