Skip to content

Commit 3f50f78

Browse files
committed
fix bin path
1 parent 9191e91 commit 3f50f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dist"
2727
],
2828
"bin": {
29-
"conformance": "dist/index.mjs"
29+
"conformance": "dist/index.js"
3030
},
3131
"devDependencies": {
3232
"@eslint/js": "^9.8.0",

0 commit comments

Comments
 (0)