Re-add typescript dependency on packages that use it

This commit is contained in:
murgatroid99 2019-04-09 16:03:54 -07:00
parent 7dfd219ad6
commit 3b8cf357e4
3 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,8 @@
"@types/node": "^10.5.4",
"clang-format": "^1.0.55",
"gts": "^0.5.1",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"typescript": "~3.3.3333"
},
"contributors": [
{

@ -1 +1 @@
Subproject commit cb012970215b8c5141f4fdfdbe850006bd7994d6
Subproject commit 1b488f8361234dddf1e48369b5dc482495fb3f9b

View File

@ -46,7 +46,8 @@
"@types/lodash.camelcase": "^4.3.4",
"@types/node": "^10.12.5",
"clang-format": "^1.2.2",
"gts": "^0.5.3"
"gts": "^0.5.3",
"typescript": "~3.3.3333"
},
"engines": {
"node": ">=6"