Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mapbox/node-pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 29, 2014
2 parents fa59fdc + e4fc810 commit 4584ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testbinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function testbinary(gyp, argv, callback) {
} else {
shell_cmd = 'nw';
}
var modulePath = path.join(process.cwd(), binary_module);
var modulePath = path.resolve(binary_module);
var appDir = path.join(__dirname, 'util', 'nw-pre-gyp');
args.push(appDir);
args.push(modulePath);
Expand Down
2 changes: 2 additions & 0 deletions lib/util/nw_crosswalk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"0.10.0": "0.11.13",
"0.10.0-rc1": "0.11.13",
"0.9.2": "0.11.9",
"0.9.1": "0.11.9",
"0.9.0": "0.11.9",
Expand Down

0 comments on commit 4584ffb

Please sign in to comment.