chore(dependency): Remove unneeded lodash submodules

This commit is contained in:
Blade Barringer
2015-12-26 08:27:09 -06:00
parent b3050e5a67
commit 773bb23b88
3 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
import {
expectValidTranslationString,
} from '../helpers/content.helper';
import { each } from 'lodash';
import camelCase from 'lodash.camelcase';
import { each, camelCase } from 'lodash';
import { tree as allGear } from '../../common/script/content/gear';
import backerGear from '../../common/script/content/gear/sets/special/special-backer';