mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 20:11:53 +02:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
module.exports = {
|
||
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }]]
|
||
|
}
|