Skip to content

Commit 32ffb63

Browse files
author
Dane Springmeyer
committed
fix conflict with 'sqlite3_module' typedef in sqlite3.h
1 parent 4dc302c commit 32ffb63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"url": "https://mapbox.com/"
99
},
1010
"binary": {
11-
"module_name" : "sqlite3",
11+
"module_name" : "node_sqlite3",
1212
"module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
1313
"host" : "https://mapbox-node-binary.s3.amazonaws.com",
14-
"remote_path" : "./{module_name}/v{version}/",
14+
"remote_path" : "./{name}/v{version}/",
1515
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1616
},
1717
"contributors": [

src/node_sqlite3.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ const char* sqlite_authorizer_string(int type) {
104104
}
105105
}
106106

107-
NODE_MODULE(sqlite3, RegisterModule)
107+
NODE_MODULE(node_sqlite3, RegisterModule)

0 commit comments

Comments
 (0)