Skip to content

Commit

Permalink
fix(importer): Fix typo in dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Demboski authored and malept committed Dec 5, 2017
1 parent a3ffe36 commit 24267fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default async (providedOptions = {}) => {

d('installing exactDevDependencies');
await installDepList(dir, exactDevDeps.map((dep) => {
if (dep === 'electron-prebuild-compile') {
if (dep === 'electron-prebuilt-compile') {
return `${dep}@${electronVersion || 'latest'}`;
}

Expand Down

0 comments on commit 24267fe

Please sign in to comment.