Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Nov 5, 2024
1 parent 643d9bf commit eac63c2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemod/bin/vibe-codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { hideBin } from "yargs/helpers";

const mapMigrationType: { [key: string]: string } = {
v3: "v2-to-v3",
enums: "v2-to-v3/optional"
enums: "v2-to-v3/enums"
};

const migrations = Object.keys(mapMigrationType);
Expand Down

0 comments on commit eac63c2

Please sign in to comment.