mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
chore: upgrade babel to v6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {forOwn} from 'lodash';
|
||||
let t = require('../translation.js');
|
||||
import t from '../translation';
|
||||
|
||||
/* eslint-disable camelcase */
|
||||
let backgrounds = {
|
||||
@@ -320,4 +320,4 @@ forOwn(backgrounds, function prefillBackgroundSet (value) {
|
||||
});
|
||||
});
|
||||
|
||||
export default backgrounds;
|
||||
module.exports = backgrounds;
|
||||
|
||||
Reference in New Issue
Block a user