Skip to content

Commit

Permalink
[Release] v3.7.1 glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Jan 17, 2021
1 parent c39562f commit b5c89a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bijou.js
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,6 @@ const _ = _temp;
const explosion = _temp;
if (isNode) {
module.exports = _temp;
} else {
export default _$
}
// Can't only export in NodeJS as export functions have to be at the top level (No if statements)
export default _$

0 comments on commit b5c89a4

Please sign in to comment.