Commit a8f5c053 by Dane Springmeyer

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

parent 00f1aa3d
# Changelog
## 2.2.5
Released August 5th, 2014
- Fix leak in complete() callback of Database.each() (#307)
## 2.2.4
Released July 14th, 2014
......
......@@ -8,11 +8,11 @@
"url": "https://mapbox.com/"
},
"binary": {
"module_name": "node_sqlite3",
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
"remote_path": "./{configuration}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://node-sqlite3.s3.amazonaws.com"
"module_name" : "sqlite3",
"module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
"host" : "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path" : "./{module_name}/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"contributors": [
"Konstantin Käfer <mail@kkaefer.com>",
......
......@@ -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