diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-18 11:00:31 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-18 11:00:31 -0700 |
commit | d013e9b98538710680ced4c3241ab60df9a66190 (patch) | |
tree | 637bae50948c98235f08db0a89cb2ac6008ea1ac /templates/package.json.template | |
parent | 604490973b219aa69ee67c252173fa60cadb24b1 (diff) | |
parent | fcbe7daf832dcb616fc93ca59c3b1aab279f510e (diff) |
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
Diffstat (limited to 'templates/package.json.template')
-rw-r--r-- | templates/package.json.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/package.json.template b/templates/package.json.template index 11718b1ccb..9d19ca0629 100644 --- a/templates/package.json.template +++ b/templates/package.json.template @@ -69,6 +69,8 @@ "src/node/ext", "include/grpc", "src/core", + "src/boringssl", + "src/zlib", "third_party/nanopb", "third_party/zlib", "third_party/boringssl", |