Commit 738aaf6b by Mithgol

try node-webkit's filename fix

A pull request (springmeyer/node-pre-gyp#36) is opened to land a partial fix for node-pre-gyp's validation process.

This commit uses a source branch of that pull request.

After this commit, node-pre-gyp's validator is expected to launch `nw` instead of `node-webkit` on Travis CI's Linux.

A former ENOENT error is expected to be replaced by a node-webkit's error when the engine realises it's given a node-sqlite3 module's JavaScript instead of some HTML5 application.
parent b580a1d4
...@@ -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": "https://github.com/springmeyer/node-pre-gyp/tarball/310c220e8f511cb9da76ae150710b45541f9cae2" "node-pre-gyp": "https://github.com/Mithgol/node-pre-gyp/tarball/14637b9caee2abb285b33dbf8a501d2b4514f6d1"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
......
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