grpc-js: Move @types/node to a production dependency

This commit is contained in:
Michael Lumish 2020-08-18 15:13:12 -07:00
parent a2f2f448b3
commit 7493052672
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6",
"@types/ncp": "^2.0.1",
"@types/node": "^12.7.5",
"@types/pify": "^3.0.2",
"@types/semver": "^6.0.1",
"clang-format": "^1.0.55",
@ -58,6 +57,7 @@
"posttest": "npm run check"
},
"dependencies": {
"@types/node": "^12.12.47",
"semver": "^6.2.0"
},
"files": [