Skip to content

Commit cc906af

Browse files
committed
fix: bin name for yarn create
1 parent 0a7d60d commit cc906af

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
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"bin": {
13-
"src-create": "dist/cli.js"
13+
"create-sourcegraph": "dist/cli.js"
1414
},
1515
"keywords": [
1616
"cli",

0 commit comments

Comments
 (0)