mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
* chore(node): upgrade to version 12 * update package-lock.json * upgrade bcrypt * upgrade node-sass * update deps * fix deprecation * downgrade amplitude * fix client side tests * fix common and integration tests, upgrade mongoose
16 lines
No EOL
221 B
Text
16 lines
No EOL
221 B
Text
{
|
|
"env": {
|
|
"test": {
|
|
plugins: [
|
|
["istanbul"],
|
|
],
|
|
},
|
|
},
|
|
"presets": [
|
|
["es2015", { modules: false }],
|
|
],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
],
|
|
"comments": false,
|
|
} |