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

@@ -112,7 +112,6 @@
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "~0.2.1",
"lcov-result-merger": "^1.0.2",
"lodash.defaultsdeep": "^3.10.0",
"mocha": "^2.3.3",
"mongodb": "^2.0.46",
"mongoskin": "~0.6.1",

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';