We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbd098 commit 57cac78Copy full SHA for 57cac78
package.json
@@ -6,7 +6,9 @@
6
"exports": {
7
"import": "./index.js"
8
},
9
- "bin": "bin/curator.js",
+ "bin": {
10
+ "curator": "bin/curator.js"
11
+ },
12
"homepage": "https://github.com/razor-x/config-curator",
13
"bugs": "https://github.com/razor-x/config-curator/issues",
14
"repository": "razor-x/config-curator",
0 commit comments