Commit a8f5c053 by Dane Springmeyer

move to mapbox-node-binary s3 hosting - refs #268

parent 00f1aa3d
# Changelog # Changelog
## 2.2.5
Released August 5th, 2014
- Fix leak in complete() callback of Database.each() (#307)
## 2.2.4 ## 2.2.4
Released July 14th, 2014 Released July 14th, 2014
......
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
"url": "https://mapbox.com/" "url": "https://mapbox.com/"
}, },
"binary": { "binary": {
"module_name": "node_sqlite3", "module_name" : "sqlite3",
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}", "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
"remote_path": "./{configuration}", "host" : "https://mapbox-node-binary.s3.amazonaws.com",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz", "remote_path" : "./{module_name}/v{version}/",
"host": "https://node-sqlite3.s3.amazonaws.com" "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
}, },
"contributors": [ "contributors": [
"Konstantin Käfer <mail@kkaefer.com>", "Konstantin Käfer <mail@kkaefer.com>",
......
...@@ -104,4 +104,4 @@ const char* sqlite_authorizer_string(int type) { ...@@ -104,4 +104,4 @@ const char* sqlite_authorizer_string(int type) {
} }
} }
NODE_MODULE(node_sqlite3, RegisterModule) NODE_MODULE(sqlite3, RegisterModule)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment