mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
chore(dependency): Remove unneeded lodash submodules
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
import {each, defaults, assign} from 'lodash';
|
import { each, defaults, assign, capitalize, camelCase } from 'lodash';
|
||||||
import capitalize from 'lodash.capitalize';
|
|
||||||
import camelCase from 'lodash.camelcase';
|
|
||||||
|
|
||||||
import i18n from '../i18n';
|
import i18n from '../i18n';
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,6 @@
|
|||||||
"jade": "~1.11.0",
|
"jade": "~1.11.0",
|
||||||
"js2xmlparser": "~0.1.2",
|
"js2xmlparser": "~0.1.2",
|
||||||
"lodash": "^3.10.1",
|
"lodash": "^3.10.1",
|
||||||
"lodash.camelcase": "^3.0.1",
|
|
||||||
"lodash.capitalize": "^3.0.0",
|
|
||||||
"loggly": "~1.0.8",
|
"loggly": "~1.0.8",
|
||||||
"marked": "^0.3.5",
|
"marked": "^0.3.5",
|
||||||
"merge-stream": "^1.0.0",
|
"merge-stream": "^1.0.0",
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
expectValidTranslationString,
|
expectValidTranslationString,
|
||||||
} from '../helpers/content.helper';
|
} from '../helpers/content.helper';
|
||||||
import { each } from 'lodash';
|
import { each, camelCase } from 'lodash';
|
||||||
import camelCase from 'lodash.camelcase';
|
|
||||||
|
|
||||||
import { tree as allGear } from '../../common/script/content/gear';
|
import { tree as allGear } from '../../common/script/content/gear';
|
||||||
import backerGear from '../../common/script/content/gear/sets/special/special-backer';
|
import backerGear from '../../common/script/content/gear/sets/special/special-backer';
|
||||||
|
|||||||
Reference in New Issue
Block a user