Skip to content

Commit

Permalink
Merge pull request grpc#6495 from murgatroid99/backport_tools_package…
Browse files Browse the repository at this point in the history
…_bin_namespacing

Backport tools package bin namespacing
  • Loading branch information
nicolasnoble committed May 10, 2016
2 parents 8770f8f + f08d3af commit 6915e6b
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 6915e6b

Please sign in to comment.