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

View File

@@ -11,4 +11,4 @@ let stable = {
}
};
module.exports = stable;
export default stable;