Skip to content
Snippets Groups Projects
Commit 585ceca2 authored by murgatroid99's avatar murgatroid99
Browse files

Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby

parent 3386d78e
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
}
],
"bin": {
"grpc-tools-protoc": "./bin/protoc.js",
"grpc-tools-plugin": "./bin/protoc_plugin.js"
"grpc_tools_node_protoc": "./bin/protoc.js",
"grpc_tools_node_protoc_plugin": "./bin/protoc_plugin.js"
},
"scripts": {
"install": "./node_modules/.bin/node-pre-gyp install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment