Skip to content

Commit 2245e1f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"bugs": {
2121
"url": "https://github.com/trinodb/trino-js-client/issues"
2222
},
23-
"main": "dist/index.js",
24-
"types": "dist/index.d.ts",
23+
"main": "dist/src/index.js",
24+
"types": "dist/src/index.d.ts",
2525
"packageManager": "[email protected]",
2626
"license": "Apache-2.0",
2727
"files": [

0 commit comments

Comments
 (0)