Skip to content

Commit a83a019

Browse files
committed
Normalize npm package metadata
1 parent 0ac4493 commit a83a019

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
@@ -4,7 +4,7 @@
44
"description": "Official LlamaGen CLI with browser login and Comic API workflows.",
55
"type": "module",
66
"bin": {
7-
"llamagen": "./bin/llamagen.js"
7+
"llamagen": "bin/llamagen.js"
88
},
99
"files": [
1010
"bin",
@@ -28,7 +28,7 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/LlamaGenAI/cli.git"
31+
"url": "git+https://github.com/LlamaGenAI/cli.git"
3232
},
3333
"bugs": {
3434
"url": "https://github.com/LlamaGenAI/cli/issues"

0 commit comments

Comments
 (0)