mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
|
|
module.exports.items = require('./script/items.coffee');
|
||
|
|
module.exports.algos = require('./script/algos.coffee');
|
||
|
|
module.exports.helpers = require('./script/helpers.coffee');
|
||
|
|
|
||
|
|
try {
|
||
|
|
window;
|
||
|
|
window.habitrpgShared = exports;
|
||
|
|
} catch(e) {}
|