Skip to content

Commit

Permalink
fix(create): pin ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle authored and LarsDenBakker committed May 15, 2020
1 parent 8a6782e commit f405cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "13.11.1",
"es-dev-server": "^1.5.0",
"typescript": "^3.8.2",
"typescript": "~3.8.2",
"concurrently": "^5.1.0",
"tslib": "^1.11.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "13.11.1",
"es-dev-server": "^1.23.0",
"typescript": "^3.8.2",
"typescript": "~3.8.2",
"concurrently": "^5.1.0",
"tslib": "^1.11.0"
}
Expand Down

0 comments on commit f405cec

Please sign in to comment.