Skip to content

Commit 87d72cc

Browse files
committed
fix: change module export to ES6 default export for BlowfishCBC
1 parent 998e8c4 commit 87d72cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decrypters/blowfish-cbc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@ class BlowfishCBC {
333333
}
334334
}
335335

336-
module.exports = BlowfishCBC;
336+
export default BlowfishCBC

0 commit comments

Comments
 (0)