Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
remove esm
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Nov 28, 2023
1 parent 6281ed1 commit 787cec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"build": "esbuild src/main.js --bundle --minify --platform=node --outfile=dist/main.js --format=esm"
"build": "esbuild src/main.js --bundle --minify --platform=node --outfile=dist/main.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 787cec2

Please sign in to comment.