Skip to content

Commit 97e8d48

Browse files
committed
fix(client-ngx): Omit warnings for Angular import: Use cjs module as main
1 parent 0744b13 commit 97e8d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-client-ngx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-client/ngx",
33
"version": "0.10.15",
44
"description": "Cube.js client for Angular",
5-
"main": "dist/cubejs-client-ngx.umd.js",
5+
"main": "dist/cubejs-client-ngx.js",
66
"license": "MIT",
77
"dependencies": {
88
"@angular/core": "^6.1.0 || ^7.0.0",

0 commit comments

Comments
 (0)