Skip to content

Commit 1b0a8de

Browse files
committed
fix: correct entry script
1 parent 17c7cf0 commit 1b0a8de

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
@@ -18,7 +18,6 @@
1818
"ts-node/register/transpile-only"
1919
]
2020
},
21-
"bin": "./dist/src/bridge.js",
2221
"dependencies": {
2322
"generic-pool": "^3.8.2"
2423
},
@@ -55,6 +54,7 @@
5554
"compatibility"
5655
],
5756
"license": "BSD-3-Clause",
57+
"main": "./dist/src/bridge.js",
5858
"name": "postgres-bridge",
5959
"repository": {
6060
"type": "git",

0 commit comments

Comments
 (0)