Commit ff08389d by Mithgol

oops, the previous commit requires node-pre-gyp v0.4.2 or newer

parent e3324ce5
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"node-pre-gyp": "~0.3.0" "node-pre-gyp": "~0.4.2"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
...@@ -54,4 +54,4 @@ ...@@ -54,4 +54,4 @@
} }
], ],
"main": "./lib/sqlite3" "main": "./lib/sqlite3"
} }
\ No newline at end of file
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