Skip to content

Commit

Permalink
try node-webkit's filename fix
Browse files Browse the repository at this point in the history
A pull request (mapbox/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.
  • Loading branch information
Mithgol authored and Dane Springmeyer committed Apr 9, 2014
1 parent 0b1c2b6 commit 2bed69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"url": "git://github.com/mapbox/node-sqlite3.git"
},
"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": [
"node-pre-gyp"
Expand Down

0 comments on commit 2bed69e

Please sign in to comment.