Change to export syntax

This commit is contained in:
Blade Barringer
2015-09-19 19:29:15 -05:00
parent 85a16b62e5
commit b51ca509ca
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -567,4 +567,4 @@ var spells = {
}
};
module.exports = spells;
export default spells;