mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-17 01:55:27 +10:00
Fix: Further converting ES6 to CJS - Making exports named instead of default (#26)
* adding to git ignore * making imports named not default to not break all my tests * adjusted setup for memberhelper test --------- Co-authored-by: Aster Fialla <asterfialla@gmail.com>
This commit is contained in:
@@ -50,4 +50,4 @@ enums.misc = {
|
||||
|
||||
}
|
||||
|
||||
module.exports = enums;
|
||||
module.exports.enums = enums;
|
||||
Reference in New Issue
Block a user