Skip to content

Commit

Permalink
fix(vite-node): use .mjs instead of .js for cli (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
stygian-desolator committed Jan 16, 2022
1 parent 4456615 commit 80a1717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"module": "./dist/index.js",
"types": "./index.d.ts",
"bin": {
"vite-node": "./vite-node.js"
"vite-node": "./vite-node.mjs"
},
"files": [
"dist",
Expand Down

0 comments on commit 80a1717

Please sign in to comment.