Skip to content

Commit

Permalink
Merge pull request grpc#6433 from murgatroid99/tools_package_bin_name…
Browse files Browse the repository at this point in the history
…spacing

Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
  • Loading branch information
nicolasnoble committed May 9, 2016
2 parents 92a9156 + 4e1ebfa commit de88da9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.
4 changes: 2 additions & 2 deletions templates/src/node/tools/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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

0 comments on commit de88da9

Please sign in to comment.