aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-09 15:52:41 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-09 15:52:41 -0700
commitde88da9c6b38922475b8bff671a8c8bb2a20710d (patch)
tree6bf2bb59ea9c5a6064f75ad7d746298dee0afce6 /templates
parent92a9156970945a9cdc9bff861435ce46c8a0594b (diff)
parent4e1ebfa17689e045b725e64bd75db044eb2abea6 (diff)
Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
Diffstat (limited to 'templates')
-rw-r--r--templates/src/node/tools/package.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/node/tools/package.json.template b/templates/src/node/tools/package.json.template
index 4f673c48d1..69ad71a3b8 100644
--- a/templates/src/node/tools/package.json.template
+++ b/templates/src/node/tools/package.json.template
@@ -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"