Skip to content

Commit c1e364d

Browse files
committed
fix: correct bin path and repository url for npm publish
1 parent 0f38bf9 commit c1e364d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/DMsuDev/mfog-cli.git"
22+
"url": "git+https://github.com/DMsuDev/mfog-cli.git"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/DMsuDev/mfog-cli/issues"
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"type": "module",
3131
"bin": {
32-
"mfog": "./bin/cli.js"
32+
"mfog": "bin/cli.js"
3333
},
3434
"exports": {
3535
".": "./src/index.js"

0 commit comments

Comments
 (0)