Skip to content

Commit 8419216

Browse files
committed
fix: package.json for node
1 parent a2b0bce commit 8419216

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

node/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
],
99
"author": "Jason Shin <visualbbasic@gmail.com>",
1010
"license": "MIT",
11-
"bin": "./sqlx-ts",
11+
"bin": {
12+
"sqlx-ts": "sqlx-ts"
13+
},
1214
"scripts": {
1315
"postinstall": "node postinstall.js",
1416
"compile": "npx tsc -p tsconfig.json",

0 commit comments

Comments
 (0)