Skip to content

Commit a8dccea

Browse files
committed
Change the executable name
Remove `./` that causes problems on Windows.
1 parent 29147ad commit a8dccea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "node index.js"
1414
},
1515
"bin": {
16-
"serve": "./index.js"
16+
"serve": "index.js"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)