fix conflict with 'sqlite3_module' typedef in sqlite3.h
Showing
| ... | @@ -8,10 +8,10 @@ | ... | @@ -8,10 +8,10 @@ |
| "url": "https://mapbox.com/" | "url": "https://mapbox.com/" | ||
| }, | }, | ||
| "binary": { | "binary": { | ||
| "module_name" : "sqlite3", | "module_name" : "node_sqlite3", | ||
| "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}", | "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}", | ||
| "host" : "https://mapbox-node-binary.s3.amazonaws.com", | "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" | "package_name": "{node_abi}-{platform}-{arch}.tar.gz" | ||
| }, | }, | ||
| "contributors": [ | "contributors": [ | ||
| ... | ... |
Please
register
or
sign in
to comment