Skip to content

Commit 57cac78

Browse files
committed
Fix bin name
1 parent 6dbd098 commit 57cac78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"exports": {
77
"import": "./index.js"
88
},
9-
"bin": "bin/curator.js",
9+
"bin": {
10+
"curator": "bin/curator.js"
11+
},
1012
"homepage": "https://github.com/razor-x/config-curator",
1113
"bugs": "https://github.com/razor-x/config-curator/issues",
1214
"repository": "razor-x/config-curator",

0 commit comments

Comments
 (0)