We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ba65e commit 7dfc071Copy full SHA for 7dfc071
packages/cubejs-client-ngx/package.json
@@ -2,7 +2,12 @@
2
"name": "@cubejs-client/ngx",
3
"version": "0.10.43",
4
"description": "Cube.js client for Angular",
5
- "main": "dist/cubejs-client-ngx.js",
+ "main": "dist/cubejs-client-ngx.umd.js",
6
+ "module": "dist/cubejs-client-ngx.js",
7
+ "files": [
8
+ "dist",
9
+ "README.md"
10
+ ],
11
"license": "MIT",
12
"dependencies": {
13
"@cubejs-client/core": "^0.10.16"
0 commit comments