Skip to content

Commit 66ee46b

Browse files
committed
Fix bin path.
1 parent 79ec906 commit 66ee46b

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": "WordPress Plugin Hook Documentation Generator",
55
"main": "dist/cli.js",
66
"bin": {
7-
"wp-hooks-documentor": "./dist/cli.js"
7+
"wp-hooks-documentor": "dist/cli.js"
88
},
99
"files": [
1010
"dist/**/*",

0 commit comments

Comments
 (0)