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

Lines changed: 1 addition & 1 deletion
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 <developers@pyralis.com>",
99
"license": "MIT",
1010
"packageManager": "yarn@3.6.1",

0 commit comments

Comments
 (0)