Skip to content

Commit

Permalink
fix(npm): downgrade typescript to 3.6.5 for Angular v8 compatibility
Browse files Browse the repository at this point in the history
Fixes #1168
  • Loading branch information
ocombe committed Feb 12, 2020
1 parent 81ae829 commit 4f48e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
Expand Up @@ -45,7 +45,7 @@
"tsickle": "^0.35.0",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"typescript": "3.7.5"
"typescript": "3.6.5"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 4f48e81

Please sign in to comment.