Skip to content

Commit

Permalink
Updated template file
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 9, 2016
1 parent 585ceca commit f08d3af
Showing 1 changed file with 2 additions and 2 deletions.
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 f08d3af

Please sign in to comment.