UNPKG
@sungly/cognito-cli
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
CLI for all Cognito user life cycle management
github.com/sungly/cognito-cli
sungly/cognito-cli
@sungly/cognito-cli
/
.babelrc
13 lines
(12 loc)
•
217 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
:
[
"es2015"
,
"stage-3"
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
}