Skip to content

Commit

Permalink
move base command class
Browse files Browse the repository at this point in the history
  • Loading branch information
voxsim committed Mar 4, 2017
1 parent 2b23ade commit 9fd6224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cli/commands/help.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* @flow */

import type BaseCommand from './base.js';
import BaseCommand from './_base.js';
import * as commands from './index.js';
import * as constants from '../../constants.js';
import type {Reporter} from '../../reporters/index.js';
Expand Down

0 comments on commit 9fd6224

Please sign in to comment.