Skip to content

Commit f2ea80b

Browse files
Fix bin entry in package.json
1 parent 2ff2293 commit f2ea80b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"version": "2.5.1",
2222
"main": "dist/index.js",
2323
"@types": "dist/index.d.ts",
24-
"bin": "./dist/bin/compile-typescript-docs.js",
24+
"bin": {
25+
"typescript-docs-verifier": "dist/bin/compile-typescript-docs.js"
26+
},
2527
"license": "Apache-2.0",
2628
"author": "BBC",
2729
"repository": {

0 commit comments

Comments
 (0)