Skip to content

Commit c375421

Browse files
Reinstate package.json bin entry
1 parent 5d56532 commit c375421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "typescript-docs-verifier",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "dist/index.js",
5+
"bin": "./dist/bin/compile-typescript-docs.js",
56
"license": "BBC",
67
"scripts": {
78
"prestart": "yarn build",

0 commit comments

Comments
 (0)