Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Use CommonJS module export
Browse files Browse the repository at this point in the history
  • Loading branch information
alperb authored and eralpsahin committed Nov 23, 2019
1 parent 201e874 commit aa8ad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -269,4 +269,4 @@ class MySU {
}
}

export default MySU;
module.exports = MySU;

0 comments on commit aa8ad4c

Please sign in to comment.