mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
* Ported groups service to user new api v3 and ported dependent controllers * Remove and extra remove inviation code. Fixed group service caching and update group service tests * Fixed test logic and added party cache support * Added promise rejections and updated http interceptor
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
require('babel-polyfill');
|
|
|
|
var shared = require('./script/index');
|
|
var _ = require('lodash');
|
|
var moment = require('moment');
|
|
|
|
window.habitrpgShared = shared;
|
|
window._ = _;
|
|
window.moment = moment;
|