Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn committed Apr 6, 2024
1 parent 74eca5e commit e05d14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/excavator-script/src/projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import type { ExcavatorProject } from "../type";
import { AUTUMNATON } from "./autumnaton";
import { BIRD_A_DAY } from "./birdADay";
import { COAT_OF_PAINT } from "./coatOfPaint";
import { DROP_MIXED_EVERYTHING } from "./dropMixedEverything";
import { DROP_MR_CHEENGS } from "./dropMrCheengs";
import { DROP_MR_SCREEGES } from "./dropMrScreeges";
import { GENIE } from "./genie";
import { HOOKAH } from "./hookah";
import { JUICE_BAR } from "./juiceBar";
Expand All @@ -17,6 +20,9 @@ export const projects: ExcavatorProject[] = [
GENIE,
HOOKAH,
JUICE_BAR,
DROP_MIXED_EVERYTHING,
DROP_MR_CHEENGS,
DROP_MR_SCREEGES,
MONSTER_PARTS,
MUMMING_TRUNK,
OUT_OF_ORDER,
Expand Down

0 comments on commit e05d14f

Please sign in to comment.