Skip to content

Commit

Permalink
#94 Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
czprz committed May 18, 2023
1 parent 2abf965 commit 34e7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import projectYargsGenerator from './execution/project-yargs-generator.js';
import projectConfigFacade from "./configuration/facades/project-config-facade.js";

import versionChecker from './common/version-checker/index.js';
import Migrator from "./migrator/index.js";

import constants from './common/constants.js';

import enquirer from 'enquirer';

import yargs from 'yargs';
import Migrator from "./migrator/index.js";

class EntryPoint {
#argv;
Expand Down

0 comments on commit 34e7555

Please sign in to comment.