Skip to content

Commit

Permalink
remove from list
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 12, 2024
1 parent 369704b commit 0003c40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/lib/cli/src/automigrate/fixes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { newFrameworks } from './new-frameworks';
import { removedGlobalClientAPIs } from './remove-global-client-apis';
import { mdx1to2 } from './mdx-1-to-2';
import { autodocsTrue } from './autodocs-true';
import { nodeJsRequirement } from './nodejs-requirement';
import { angularBuilders } from './angular-builders';
import { incompatibleAddons } from './incompatible-addons';
import { angularBuildersMultiproject } from './angular-builders-multiproject';
Expand All @@ -26,7 +25,6 @@ import { storyshotsMigration } from './storyshots-migration';
export * from '../types';

export const allFixes: Fix[] = [
nodeJsRequirement,
newFrameworks,
cra5,
webpack5,
Expand Down

0 comments on commit 0003c40

Please sign in to comment.