Skip to content

Commit

Permalink
refactor(lorem): merge supplemental into words (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Jul 17, 2023
1 parent ac9f5d2 commit a3a1480
Show file tree
Hide file tree
Showing 19 changed files with 2,562 additions and 3,552 deletions.
2 changes: 0 additions & 2 deletions src/locales/dv/lorem/index.ts
Expand Up @@ -3,11 +3,9 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { LoremDefinition } from '../../..';
import supplemental from './supplemental';
import words from './words';

const lorem: LoremDefinition = {
supplemental,
words,
};

Expand Down
43 changes: 0 additions & 43 deletions src/locales/dv/lorem/supplemental.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/locales/en/lorem/index.ts
Expand Up @@ -3,11 +3,9 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { LoremDefinition } from '../../..';
import supplemental from './supplemental';
import words from './words';

const lorem: LoremDefinition = {
supplemental,
words,
};

Expand Down

0 comments on commit a3a1480

Please sign in to comment.