We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013310a commit ecb65beCopy full SHA for ecb65be
package.json
@@ -2,6 +2,7 @@
2
"name": "@liquidcore/sqlite3",
3
"description": "Asynchronous, non-blocking SQLite3 bindings",
4
"version": "0.1.1",
5
+ "mapbox_version": "4.0.6",
6
"homepage": "http://github.com/mapbox/node-sqlite3",
7
"author": {
8
"name": "MapBox",
@@ -11,7 +12,7 @@
11
12
"module_name": "node_sqlite3",
13
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
14
"host": "https://mapbox-node-binary.s3.amazonaws.com",
- "remote_path": "./sqlite3/v{version}/{toolset}/",
15
+ "remote_path": "./sqlite3/v{mapbox_version}/{toolset}/",
16
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
17
},
18
"contributors": [
0 commit comments