UNPKG
ledger-cosmos-js
Version:
latest (2.1.8)
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.0.2
1.0.0
Node API for Cosmos App (Ledger Nano S/X)
github.com/zondax/ledger-cosmos-js
zondax/ledger-cosmos-js
ledger-cosmos-js
/
.babelrc
14 lines
(13 loc)
•
164 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [ [
"
@babel
/plugin-transform-runtime"
, {
"regenerator"
: true } ] ] }