Skip to content

Commit a5db064

Browse files
committed
fix entry point
1 parent c40e444 commit a5db064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-client-ws-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/cubejs-client-ws-transport"
99
},
1010
"description": "Cube.js WebSocket transport",
11-
"main": "dist/cubejs-client-ws-transport.js",
11+
"main": "dist/cubejs-client-ws-transport.cjs.js",
1212
"typings": "dist/index.d.ts",
1313
"author": "Cube Dev, Inc.",
1414
"scripts": {

0 commit comments

Comments
 (0)