mirror of https://github.com/grpc/grpc-node.git
Fixed typo in Node health check package.json
This commit is contained in:
parent
90da4d218b
commit
8a0194d1da
|
@ -19,11 +19,11 @@
|
||||||
"lodash": "^3.9.3",
|
"lodash": "^3.9.3",
|
||||||
"google-protobuf": "^3.0.0-alpha.5"
|
"google-protobuf": "^3.0.0-alpha.5"
|
||||||
},
|
},
|
||||||
"files": {
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"health.js",
|
"health.js",
|
||||||
"v1"
|
"v1"
|
||||||
},
|
],
|
||||||
"main": "src/node/index.js",
|
"main": "src/node/index.js",
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue