Skip to content

Commit

Permalink
fix(client-ngx): client.ts is missing from the TypeScript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Oct 1, 2019
1 parent 53ba65e commit 7dfc071
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cubejs-client-ngx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "@cubejs-client/ngx",
"version": "0.10.43",
"description": "Cube.js client for Angular",
"main": "dist/cubejs-client-ngx.js",
"main": "dist/cubejs-client-ngx.umd.js",
"module": "dist/cubejs-client-ngx.js",
"files": [
"dist",
"README.md"
],
"license": "MIT",
"dependencies": {
"@cubejs-client/core": "^0.10.16"
Expand Down

0 comments on commit 7dfc071

Please sign in to comment.