aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-05-04 17:43:07 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-05-09 15:09:02 -0700
commitf08d3af2077447f9b3161a529f4b35bb93f06fc7 (patch)
tree9856765ec3edde1df95526c6408e1e690d57f3c4 /templates
parent585ceca2143d4261c28fd244bfbefbe409cc0315 (diff)
Updated template file
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"