Make sure that the binary URL includes the word Node

pull/4788/head
murgatroid99 9 years ago
parent e190f35e66
commit a3508e3bcf
  1. 2
      package.json
  2. 2
      templates/package.json.template

@ -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"
},

@ -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"
},

Loading…
Cancel
Save