Remove lodash.defaultsDeep dependency

This commit is contained in:
Blade Barringer
2015-11-11 06:44:45 -06:00
parent 367223e15c
commit c91c3f78ed
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
// @TODO: remove when lodash can be upgraded
import defaults from 'lodash.defaultsdeep';
import { defaultsDeep as defaults } from 'lodash';
import { model as User } from '../../website/src/models/user'
import { model as Group } from '../../website/src/models/group'
import i18n from '../../common/script/src/i18n';