aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--templates/package.json.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f38178e665..4074bd6a2e 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"module_name": "grpc_node",
"module_path": "./build/Release/",
"host": "https://storage.googleapis.com/",
- "remote_path": "grpc-precompiled-binaries/{name}/v{version}",
+ "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"module_path": "src/node/extension_binary"
},
diff --git a/templates/package.json.template b/templates/package.json.template
index 4b1906b10b..ed4dca50e2 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -53,7 +53,7 @@
"module_name": "grpc_node",
"module_path": "./build/Release/",
"host": "https://storage.googleapis.com/",
- "remote_path": "grpc-precompiled-binaries/{name}/v{version}",
+ "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"module_path": "src/node/extension_binary"
},