mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
* start upgrade to node 8 * upgrade travis * improve travis * Remove bluebird, babel (except for modules) from server (WIP) (#9947) * remove bluebird, babel from server (except for modules) * fixes * fix path * fix path * fix export * fix export * fix test * fix tests * remove plugin for transform-object-rest-spread since it is supported in node8 * babel: correct syntax rest spread * remove bluebird * update migrations archive readme * fix package-lock.json * fix typo * add package-loc
6 lines
307 B
Markdown
6 lines
307 B
Markdown
If you need to use a migration from this folder, move it to /migrations.
|
|
|
|
Note that /migrations files (excluding /archive) are linted, so to pass test you'll have to make sure
|
|
that the file is written correctly.
|
|
|
|
They might also be using some old deps that we don't use anymore like Bluebird, mongoskin, ... |