Skip to content

Commit fddaaf6

Browse files
authored
Resolve package.json bin warning when publishing (#412)
1 parent 4a9b168 commit fddaaf6

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
@@ -5,7 +5,7 @@
55
"main": "Scoop.js",
66
"type": "module",
77
"bin": {
8-
"scoop": "./bin/cli.js"
8+
"scoop": "bin/cli.js"
99
},
1010
"files": [
1111
"*.js",

0 commit comments

Comments
 (0)