Skip to content

Commit ffab1a1

Browse files
committed
fix(client-ngx): client.ts is missing from the TypeScript compilation
1 parent d4fa3fd commit ffab1a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cubejs-client-ngx/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "@cubejs-client/ngx",
33
"version": "0.10.47",
44
"description": "Cube.js client for Angular",
5-
"main": "dist/cubejs-client-ngx.umd.js",
6-
"module": "dist/cubejs-client-ngx.js",
5+
"main": "dist/cubejs-client-ngx.js",
76
"files": [
87
"dist",
98
"README.md"

0 commit comments

Comments
 (0)