Skip to content

Commit a26cae4

Browse files
committed
fix: append .js to bin script
1 parent 750ffaa commit a26cae4

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
@@ -5,7 +5,7 @@
55
"repository": "azz/pretty-quick",
66
"author": "Lucas Azzola <@azz>",
77
"main": "./dist",
8-
"bin": "./bin/pretty-quick",
8+
"bin": "./bin/pretty-quick.js",
99
"license": "MIT",
1010
"files": [
1111
"bin",

0 commit comments

Comments
 (0)