Skip to content

Commit 26180ea

Browse files
committed
fix: export bin/octoherd.js
1 parent 8d8f42a commit 26180ea

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
@@ -6,7 +6,7 @@
66
"type": "module",
77
"version": "0.0.0-development",
88
"description": "CLI to run a custom script on one or multiple repositories",
9-
"exports": "./index.js",
9+
"exports": "./bin/octoherd.js",
1010
"bin": {
1111
"octoherd": "bin/octoherd.js"
1212
},

0 commit comments

Comments
 (0)