Skip to content

Commit

Permalink
fix(ngx-restangular): updated version and fixed compiler configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rshchpkn committed Aug 13, 2020
1 parent 48e6e65 commit 6407f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-restangular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-restangular",
"version": "6.0.0-rc.1",
"version": "6.0.0",
"description": "ngx-restangular",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-restangular/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
"flatModuleOutFile": "AUTOGENERATED",
"enableIvy": false
},
"exclude": [
"src/test.ts",
Expand Down

0 comments on commit 6407f48

Please sign in to comment.