Skip to content

Commit a4cfe9c

Browse files
committed
Re-name
1 parent 5c59186 commit a4cfe9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

esbuild.mts renamed to esbuild.mjs

File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"main": "./out/src/index",
3232
"scripts": {
3333
"vscode:prepublish": "npm run build",
34-
"build": "node esbuild.mts",
34+
"build": "node esbuild.mjs",
3535
"package": "npx @vscode/vsce package",
3636
"lint": "biome ci ./src",
3737
"pretest": "tsc --project tsconfig.test.json",

0 commit comments

Comments
 (0)