Skip to content

Commit

Permalink
fix: make sure to export non-destructured value
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Sep 20, 2024
1 parent bf7dbbd commit cede8df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,7 @@ export type ColorFormat = Readonly<{
accent: boolean;
}>;

const jsonFlavors = {
"latte": definitions.latte,
"frappe": definitions.frappe,
"macchiato": definitions.macchiato,
"mocha": definitions.mocha,
};
const { version: _, ...jsonFlavors } = definitions;

/**
* The version of the Catppuccin palette
Expand Down

0 comments on commit cede8df

Please sign in to comment.