UNPKG
fluent-cli
Version:
latest (0.0.1)
0.0.2
0.0.1
fluent cli
github.com/aretecode/cli
aretecode/cli
fluent-cli
/
.babelrc
16 lines
(15 loc)
•
176 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"current"
}
}
]
]
,
"plugins"
:
[
"transform-flow-strip-types"
]
}