Skip to content

Commit

Permalink
fix(initializer): unpin electron-compilers
Browse files Browse the repository at this point in the history
Reverts 4ebafa8.
  • Loading branch information
malept committed Jan 9, 2017
1 parent 02b6e36 commit 9e2aefa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/init/init-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import asyncOra from '../util/ora-handler';

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

// FIXME remove electron-compilers entry when >= 5.3.0 is fixed
export const deps = ['electron-compile', '[email protected]'];
export const deps = ['electron-compile'];
export const devDeps = ['babel-preset-env', 'babel-preset-react', 'babel-plugin-transform-async-to-generator'];
export const exactDevDeps = ['electron-prebuilt-compile'];
export const standardDeps = ['standard'];
Expand Down

0 comments on commit 9e2aefa

Please sign in to comment.