Skip to content

Commit

Permalink
Merge pull request #97 from zertosh/update-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl authored Oct 17, 2016
2 parents 4332047 + ca4e299 commit 9d42656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/spawn.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// spawns devtool with given CLI arguments
const spawn = require('child_process').spawn;
const electron = require('electron-prebuilt');
const electron = require('electron');
const through = require('through2');
const path = require('path');
const parseArgs = require('../lib/parse-args').fromArray;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"concat-stream": "^1.5.1",
"convert-source-map": "^1.2.0",
"deep-extend": "^0.4.1",
"electron-prebuilt": "1.3.3",
"electron": "1.4.3",
"events": "^1.1.0",
"mime": "^1.3.4",
"minimist": "^1.2.0",
Expand Down

0 comments on commit 9d42656

Please sign in to comment.