mirror of https://github.com/grpc/grpc-node.git
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
This commit is contained in:
parent
6eb07870fd
commit
02a0140934
|
@ -16,8 +16,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"grpc-tools-protoc": "./bin/protoc.js",
|
"grpc_tools_node_protoc": "./bin/protoc.js",
|
||||||
"grpc-tools-plugin": "./bin/protoc_plugin.js"
|
"grpc_tools_node_protoc_plugin": "./bin/protoc_plugin.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "./node_modules/.bin/node-pre-gyp install"
|
"install": "./node_modules/.bin/node-pre-gyp install"
|
||||||
|
|
Loading…
Reference in New Issue