Skip to content

Commit

Permalink
downgrade typescript (#57)
Browse files Browse the repository at this point in the history
* bump

* put back typescript to 3.6.4

Co-authored-by: Niek Raaijmakers <raaijmak@adobe.com>
  • Loading branch information
niekraaijmakers and Niek Raaijmakers committed Jun 15, 2021
1 parent 79021f3 commit 0b61f1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const plugins = [
require('@angular-devkit/build-angular/plugins/karma')
];


const customLaunchers = {
ChromeCI: {
base: 'ChromeHeadless',
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"tslib": "^1.10.0",
"tslint": "^6.1.2",
"typedoc": "^0.20.0",
"typescript": "3.9.7",
"typescript": "3.6.4",
"zone.js": "~0.11.0"
},
"config": {
Expand Down

0 comments on commit 0b61f1d

Please sign in to comment.