Skip to content

Commit

Permalink
fix(initializer): add electron-compile to the prod dependencies of th…
Browse files Browse the repository at this point in the history
…e initialized app
  • Loading branch information
MarshallOfSound authored and Samuel Attard committed Dec 5, 2016
1 parent f03ffeb commit 5a56efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/init-npm.js
Expand Up @@ -8,7 +8,7 @@ import installDepList from '../util/install-dependencies';

const d = debug('electron-forge:init:npm');

const deps = [];
const deps = ['electron-compile'];
const devDeps = ['babel-preset-stage-0'];
const exactDevDeps = ['electron-prebuilt-compile'];
const standardDeps = ['standard'];
Expand Down

0 comments on commit 5a56efb

Please sign in to comment.