aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-02-24 20:07:15 +0100
committerGitHub <[email protected]>2022-02-24 20:07:15 +0100
commit51e24868fea2893d2571d799a68f9cf2f399f279 (patch)
tree4eb518f73fb8590e702ce4f3b4ae3bbb45cdfd9f /scripts
parent6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (diff)
downloadfaker-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.ts2
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';" : ''}