Skip to content

Commit 56bf6ab

Browse files
committed
Update release binary download path
1 parent fe26fed commit 56bf6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"module_name": "confluent-kafka-javascript",
1919
"module_path": "./build/{configuration}/",
2020
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz",
21-
"host": "https://confluent-kafka-js.s3.us-west-1.amazonaws.com/releases/download/",
21+
"host": "https://github.com/confluentinc/confluent-kafka-javascript/releases/download/",
2222
"remote_path": "v{version}"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)