Update grpc/grpc submodule to v1.8.0-dev

This commit is contained in:
murgatroid99 2017-10-12 14:55:40 -07:00
parent 20e0cf45ea
commit 6a837a73d8
4 changed files with 4 additions and 2 deletions

View File

@ -101,6 +101,7 @@
'-fprofile-arcs',
'-ftest-coverage',
'-rdynamic',
'-lstdc++',
],
}],
['grpc_alpine=="true"', {

@ -1 +1 @@
Subproject commit 8d1dc21994b2c8d4600db706b60b300c1a5a24a7
Subproject commit ebae8a8c9f15425da8f07442642ca308f3c6612c

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.7.0-dev",
"version": "1.8.0-dev",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",

View File

@ -69,6 +69,7 @@
"binding.gyp"
],
"main": "index.js",
"typings": "src/index.d.ts",
"license": "Apache-2.0",
"jshintConfig": {
"bitwise": true,