diff options
| author | Shinigami <[email protected]> | 2022-02-24 20:07:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-24 20:07:15 +0100 |
| commit | 51e24868fea2893d2571d799a68f9cf2f399f279 (patch) | |
| tree | 4eb518f73fb8590e702ce4f3b4ae3bbb45cdfd9f /scripts | |
| parent | 6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (diff) | |
| download | faker-51e24868fea2893d2571d799a68f9cf2f399f279.tar.xz faker-51e24868fea2893d2571d799a68f9cf2f399f279.zip | |
chore: move faker into own file (#548)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/generateLocales.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateLocales.ts b/scripts/generateLocales.ts index 68a5130a..a402bc1e 100644 --- a/scripts/generateLocales.ts +++ b/scripts/generateLocales.ts @@ -70,7 +70,7 @@ function generateLocaleFile(locale: string): void { let content = ` ${autoGeneratedCommentHeader} - import { Faker } from '..'; + import { Faker } from '../faker'; import ${locale} from '../locales/${locale}'; ${locale !== 'en' ? "import en from '../locales/en';" : ''} |
