Merge pull request #828 from jdforsythe/grpc-native-core_types-dependency

Require @types/protobuf.js at version 5.x as a dependency
This commit is contained in:
Michael Lumish 2019-04-17 13:00:22 -07:00 committed by GitHub
commit ad9eb795d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@
"node-pre-gyp"
],
"dependencies": {
"@types/protobufjs": "^5.0.31",
"lodash.camelcase": "^4.3.0",
"lodash.clone": "^4.5.0",
"nan": "^2.0.0",