Skip to content

Commit

Permalink
Updates the builder to work with the new electron dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoi authored Oct 11, 2016
1 parent b92d842 commit 6892ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var pkg = require( './package.json' );
/**
* Module variables
*/
var electronVersion = pkg.devDependencies['electron-prebuilt'].replace( '^', '' );
var electronVersion = pkg.devDependencies['electron'].replace( '^', '' );
var key;

var opts = {
Expand Down

0 comments on commit 6892ca1

Please sign in to comment.