We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431134b commit 84e1a1cCopy full SHA for 84e1a1c
1 file changed
package.json
@@ -30,7 +30,8 @@
30
"module": "dist/index.mjs",
31
"types": "dist/index.d.ts",
32
"bin": {
33
- "cg": "./bin/codeGenius.mjs"
+ "cg": "./bin/codeGenius.mjs",
34
+ "code-genius": "./bin/codeGenius.mjs"
35
},
36
"files": [
37
"bin",
0 commit comments