Skip to content

Commit 45b2dd2

Browse files
committed
fix(config): path to primary entrypoint
1 parent a6d1a43 commit 45b2dd2

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
@@ -20,7 +20,7 @@
2020
"bugs": {
2121
"url": "https://github.com/trinodb/trino-js-client/issues"
2222
},
23-
"main": "dist/index.js",
23+
"main": "dist/src/index.js",
2424
"types": "dist/index.d.ts",
2525
"packageManager": "[email protected]",
2626
"license": "Apache-2.0",

0 commit comments

Comments
 (0)