Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 0 additions & 194 deletions packages/api/core/spec/fast/util/upgrade-forge-config.spec.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/api/core/src/api/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ import {
installDependencies,
} from '../util/install-dependencies';
import { readRawPackageJson } from '../util/read-package-json';
import upgradeForgeConfig, {
updateUpgradedForgeDevDeps,
} from '../util/upgrade-forge-config';

import { initGit } from './init-scripts/init-git';
import { deps, devDeps, exactDevDeps } from './init-scripts/init-npm';
Expand Down Expand Up @@ -169,15 +166,6 @@ export default autoTrace(
task.output = chalk.yellow(
"We can't tell if the Electron Forge config is compatible because it's in an external JavaScript file, not trying to convert it and continuing anyway",
);
} else {
d('Upgrading an Electron Forge < 6 project');
packageJSON.config.forge = upgradeForgeConfig(
packageJSON.config.forge,
);
importDevDeps = updateUpgradedForgeDevDeps(
packageJSON,
importDevDeps,
);
}
}

Expand Down
Loading
Loading