Skip to content

Commit 5efb448

Browse files
authored
Fix exports so Babel will detect it properly
1 parent 26e0994 commit 5efb448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitset.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
return BitSet;
997997
});
998998
} else if (typeof exports === 'object') {
999-
Object.defineProperty(exports, "__esModule", { 'value': true });
999+
Object.defineProperty(BitSet, "__esModule", { 'value': true });
10001000
BitSet['default'] = BitSet;
10011001
BitSet['BitSet'] = BitSet;
10021002
module['exports'] = BitSet;

0 commit comments

Comments
 (0)