Skip to content

Commit b0187f2

Browse files
committed
fix sirv-cli bin name
1 parent 72a8b8c commit b0187f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/sirv-cli/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"license": "MIT",
7-
"bin": "index.js",
87
"files": [
98
"*.js"
109
],
10+
"bin": {
11+
"sirv": "index.js"
12+
},
1113
"author": {
1214
"name": "Luke Edwards",
1315
"email": "[email protected]",

0 commit comments

Comments
 (0)