mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
can import these properly. Hopefully this fixes the empty helpers bug. @yangit I'll merge this into master once I'm sure it works
8 lines
No EOL
244 B
JavaScript
8 lines
No EOL
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) {} |