Skip to content

Commit 9eb018b

Browse files
committed
fix: address npm auto-corrected errors in package.json
Ran "npm pkg fix" to resolve warnings where npm had auto-corrected some fields during publish.
1 parent db0b9b4 commit 9eb018b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A CLI tool to manage code2prompt file size limits",
55
"main": "index.js",
66
"bin": {
7-
"code2prompt-manager": "./index.js"
7+
"code2prompt-manager": "index.js"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)