mirror of https://github.com/grpc/grpc-node.git
Merge pull request #824 from murgatroid99/typescript_deps
Re-add typescript dependency on packages that use it
This commit is contained in:
commit
b8cd71ea0a
|
@ -20,7 +20,8 @@
|
|||
"@types/node": "^11.13.2",
|
||||
"clang-format": "^1.0.55",
|
||||
"gts": "^0.9.0",
|
||||
"lodash": "^4.17.4"
|
||||
"lodash": "^4.17.4",
|
||||
"typescript": "~3.3.3333"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue