aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-07-12 09:45:11 -0700
committerGravatar GitHub <noreply@github.com>2017-07-12 09:45:11 -0700
commitd03b55322c8bdeac194e2dfde1c2cb7844b45881 (patch)
tree7d9d89d7ed8b1697a3168381676a53561c808375 /templates
parentdb87893ca98c28e6a294ea301bdab697959553cf (diff)
parent4c3360c3fb9a99203347e5efb217beefe4ce63b8 (diff)
Merge pull request #11760 from nicolasnoble/node-pre-gyp
Adding platform and abi tags in our node-pre-gyp.
Diffstat (limited to 'templates')
-rw-r--r--templates/package.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index af13d528db..50893d3a54 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -58,7 +58,7 @@
},
"binary": {
"module_name": "grpc_node",
- "module_path": "src/node/extension_binary",
+ "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"