Merge pull request #824 from murgatroid99/typescript_deps

Re-add typescript dependency on packages that use it
This commit is contained in:
Michael Lumish 2019-04-10 12:58:50 -07:00 committed by GitHub
commit b8cd71ea0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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": [
{

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"