Skip to content

Commit

Permalink
chore: disable ivy + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Jun 24, 2021
1 parent 91a58de commit f597361
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cp:readme": "cp ./README.md ./dist/ngx-quill",
"postinstall": "ngcc"
"cp:readme": "cp ./README.md ./dist/ngx-quill"
},
"license": "MIT",
"author": {
Expand Down Expand Up @@ -101,5 +100,5 @@
"name": "Bengt Weiße"
}
],
"version": "14.1.0"
"version": "14.1.1"
}
2 changes: 1 addition & 1 deletion projects/ngx-quill/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "14.1.0",
"version": "14.1.1",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand Down
4 changes: 1 addition & 3 deletions projects/ngx-quill/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true,
"ivyEnabled": true,
"compilationMode": "partial"
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",
Expand Down
8 changes: 7 additions & 1 deletion projects/ngx-quill/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "./tsconfig.lib.json"
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
}
}

0 comments on commit f597361

Please sign in to comment.