wip(shared): adapt to v3

This commit is contained in:
Matteo Pagliazzi
2016-03-13 22:26:32 +01:00
parent 13a86c3858
commit 8e3284a4e3
34 changed files with 134 additions and 330 deletions

View File

@@ -42,7 +42,7 @@ import disableClasses from './disableClasses';
import allocate from './allocate';
import readCard from './readCard';
import openMysteryItem from './openMysteryItem';
import score from './score';
import scoreTask from './scoreTask';
module.exports = {
update,
@@ -89,5 +89,5 @@ module.exports = {
allocate,
readCard,
openMysteryItem,
score,
scoreTask,
};