[pack installer] fixed case on import statement

This commit is contained in:
Jim Unger 2016-03-23 15:10:45 -05:00
parent 52f653a47d
commit dcf1dac8c0

View file

@ -1,6 +1,6 @@
import _ from 'lodash';
import pkg from '../utils/package_json';
import Command from '../cli/Command';
import Command from '../cli/command';
import listCommand from './list';
import installCommand from './install';
import removeCommand from './remove';