We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f38bf9 commit c1e364dCopy full SHA for c1e364d
1 file changed
package.json
@@ -19,7 +19,7 @@
19
],
20
"repository": {
21
"type": "git",
22
- "url": "https://github.com/DMsuDev/mfog-cli.git"
+ "url": "git+https://github.com/DMsuDev/mfog-cli.git"
23
},
24
"bugs": {
25
"url": "https://github.com/DMsuDev/mfog-cli/issues"
@@ -29,7 +29,7 @@
29
"license": "MIT",
30
"type": "module",
31
"bin": {
32
- "mfog": "./bin/cli.js"
+ "mfog": "bin/cli.js"
33
34
"exports": {
35
".": "./src/index.js"
0 commit comments