We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b0bce commit 8419216Copy full SHA for 8419216
1 file changed
node/package.json
@@ -8,7 +8,9 @@
8
],
9
"author": "Jason Shin <visualbbasic@gmail.com>",
10
"license": "MIT",
11
- "bin": "./sqlx-ts",
+ "bin": {
12
+ "sqlx-ts": "sqlx-ts"
13
+ },
14
"scripts": {
15
"postinstall": "node postinstall.js",
16
"compile": "npx tsc -p tsconfig.json",
0 commit comments