Skip to content

Commit

Permalink
fix: file import
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 11, 2022
1 parent 18396ad commit 39825b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"license": "MIT",
"dependencies": {
"@faker-js/faker": "^7.5.0",
"locter": "^0.3.1",
"locter": "^0.3.2",
"rapiq": "^0.0.6",
"reflect-metadata": "^0.1.13",
"yargs": "^17.6.0"
Expand Down
3 changes: 1 addition & 2 deletions src/data-source/find/module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { removeFileNameExtension } from 'locter/dist/utils';
import { loadScriptFile, locateFile, removeFileNameExtension } from 'locter';
import path from 'path';
import { DataSource, InstanceChecker } from 'typeorm';
import { loadScriptFile, locateFile } from 'locter';
import { DataSourceFindOptions } from './type';
import { isTsNodeRuntimeEnvironment } from '../../utils';
import { readTsConfig } from '../../utils/tsconfig';
Expand Down

0 comments on commit 39825b3

Please sign in to comment.