mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Merge branch 'develop' into api-v3
This commit is contained in:
@@ -1,46 +0,0 @@
|
|||||||
import uuid from './uuid';
|
|
||||||
import taskDefaults from './taskDefaults';
|
|
||||||
import refPush from './refPush';
|
|
||||||
import splitWhitespace from './splitWhitespace';
|
|
||||||
import planGemLimits from './planGemLimits';
|
|
||||||
import preenTodos from './preenTodos';
|
|
||||||
import dotSet from './dotSet';
|
|
||||||
import dotGet from './dotGet';
|
|
||||||
import preenHistory from './preenHistory';
|
|
||||||
import countExists from './countExists';
|
|
||||||
import updateStore from './updateStore';
|
|
||||||
|
|
||||||
import appliedTags from './appliedTags';
|
|
||||||
import encodeiCalLink from './encodeiCalLink';
|
|
||||||
import friendlyTimestamp from './friendlyTimestamp';
|
|
||||||
import gold from './gold';
|
|
||||||
import newChatMessages from './newChatMessages';
|
|
||||||
import noTags from './noTags';
|
|
||||||
import percent from './percent';
|
|
||||||
import removeWhitespace from './removeWhitespace';
|
|
||||||
import silver from './silver';
|
|
||||||
import taskClasses from './taskClasses';
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
uuid,
|
|
||||||
taskDefaults,
|
|
||||||
refPush,
|
|
||||||
splitWhitespace,
|
|
||||||
planGemLimits,
|
|
||||||
preenTodos,
|
|
||||||
dotSet,
|
|
||||||
dotGet,
|
|
||||||
preenHistory,
|
|
||||||
countExists,
|
|
||||||
updateStore,
|
|
||||||
appliedTags,
|
|
||||||
encodeiCalLink,
|
|
||||||
friendlyTimestamp,
|
|
||||||
gold,
|
|
||||||
newChatMessages,
|
|
||||||
noTags,
|
|
||||||
percent,
|
|
||||||
removeWhitespace,
|
|
||||||
silver,
|
|
||||||
taskClasses,
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user