Skip to content

Commit

Permalink
Merge pull request #289 from vinodkumar45/release-5.1.0
Browse files Browse the repository at this point in the history
Issue #SB-30934 updated configuration
  • Loading branch information
pallakartheekreddy authored Sep 13, 2022
2 parents 983dcb7 + 41c577a commit f4965e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/quml-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player-v9",
"version": "5.1.4",
"version": "5.1.5",
"peerDependencies": {
"@angular/common": ">=12.2.16",
"@angular/core": ">=12.2.16",
Expand Down
3 changes: 2 additions & 1 deletion projects/quml-library/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"enableIvy": false
},
"exclude": [
"src/test.ts",
Expand Down

0 comments on commit f4965e9

Please sign in to comment.