Skip to content

Commit ecb65be

Browse files
committed
Fixed one more issue for 0.1.1
1 parent 013310a commit ecb65be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@liquidcore/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
44
"version": "0.1.1",
5+
"mapbox_version": "4.0.6",
56
"homepage": "http://github.com/mapbox/node-sqlite3",
67
"author": {
78
"name": "MapBox",
@@ -11,7 +12,7 @@
1112
"module_name": "node_sqlite3",
1213
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
1314
"host": "https://mapbox-node-binary.s3.amazonaws.com",
14-
"remote_path": "./sqlite3/v{version}/{toolset}/",
15+
"remote_path": "./sqlite3/v{mapbox_version}/{toolset}/",
1516
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1617
},
1718
"contributors": [

0 commit comments

Comments
 (0)