Skip to content

Commit

Permalink
build: use esm
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jan 30, 2024
1 parent 613608c commit 0a1c75f
Show file tree
Hide file tree
Showing 13 changed files with 1,837 additions and 872 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"peerDependencies": true
}
],
"import/extensions": "off",
"import/no-namespace": "off",
"import/order": "warn",
"import/prefer-default-export": "off",
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ inputs:

runs:
using: node20
main: dist/index.js
main: dist/index.mjs
7 changes: 0 additions & 7 deletions dist/index.js.map

This file was deleted.

Loading

0 comments on commit 0a1c75f

Please sign in to comment.