diff options
author | murgatroid99 <mlumish@google.com> | 2016-04-26 17:20:10 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-04-26 17:20:10 -0700 |
commit | 110e07af8de2fbdbdac531195bffab29988e246c (patch) | |
tree | 945754170fa5241525fdf2dbd25b2120636ccbc3 /templates | |
parent | 8cc7332b744696cc3573955131e5bc6e4f36eea0 (diff) |
Added node plugin to grpc-tools npm package, updated build_package_node
Diffstat (limited to 'templates')
-rw-r--r-- | templates/src/node/tools/package.json.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/src/node/tools/package.json.template b/templates/src/node/tools/package.json.template index c69de7c989..4f673c48d1 100644 --- a/templates/src/node/tools/package.json.template +++ b/templates/src/node/tools/package.json.template @@ -18,7 +18,8 @@ } ], "bin": { - "grpc-tools-protoc": "./bin/protoc.js" + "grpc-tools-protoc": "./bin/protoc.js", + "grpc-tools-plugin": "./bin/protoc_plugin.js" }, "scripts": { "install": "./node_modules/.bin/node-pre-gyp install" @@ -34,6 +35,7 @@ "files": [ "index.js", "bin/protoc.js", + "bin/protoc_plugin.js", "LICENSE" ], "main": "index.js" |