Skip to content

Commit

Permalink
Downgrade TypeScript due to microsoft/TypeScript#30188
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Jun 3, 2019
1 parent ea520f1 commit 3a88092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"peerDependencies": {
"@hapi/hapi": "^18.3.1",
"typescript": "3.5.1",
"typescript": "3.4.5",
"typesafe-joi": "2.0.5"
},
"devDependencies": {
"@hapi/hapi": "18.3.1",
"@hapi/joi": "15.0.3",
"dtslint": "0.7.7",
"typesafe-joi": "2.0.5",
"typescript": "3.5.1"
"typescript": "3.4.5"
}
}

0 comments on commit 3a88092

Please sign in to comment.