Skip to content

Commit

Permalink
Make namespacing of executables exposed by grpc-tools packages consis…
Browse files Browse the repository at this point in the history
…tent between Node and Ruby
  • Loading branch information
murgatroid99 committed May 4, 2016
1 parent b75f557 commit 2b6a2ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
File renamed without changes.

0 comments on commit 2b6a2ab

Please sign in to comment.