Skip to content

Commit faf50c1

Browse files
committed
fix(bin): update bin path for npx usage
1 parent 35a4358 commit faf50c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A version of openapi-typescript that also generates enumerations",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
7-
"bin": "build/bin/openapi-typescript-enum.js",
7+
"bin": "build/bin/index.js",
88
"author": "Max Metral <[email protected]>",
99
"license": "MIT",
1010
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)