Permalink
Browse files
fix(initializer): unpin electron-compilers
- Loading branch information
Showing
with
1 addition
and
2 deletions.
-
+1
−2
src/init/init-npm.js
|
@@ -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', 'electron-compilers@5.2.5']; |
|
|
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']; |
|
|
0 comments on commit
9e2aefa