Commit 32ffb633 by Dane Springmeyer

fix conflict with 'sqlite3_module' typedef in sqlite3.h

parent 4dc302c2
......@@ -8,10 +8,10 @@
"url": "https://mapbox.com/"
},
"binary": {
"module_name" : "sqlite3",
"module_name" : "node_sqlite3",
"module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
"host" : "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path" : "./{module_name}/v{version}/",
"remote_path" : "./{name}/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"contributors": [
......
......@@ -104,4 +104,4 @@ const char* sqlite_authorizer_string(int type) {
}
}
NODE_MODULE(sqlite3, RegisterModule)
NODE_MODULE(node_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