UNPKG
id-card-helper
Version:
latest (0.1.1)
0.1.1
0.1.0
ID card helper
github.com/sexyoung/id-card-helper
sexyoung/id-card-helper
id-card-helper
/
.babelrc
10 lines
(9 loc)
•
143 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
:
[
"es2015"
]
,
"plugins"
:
[
"transform-object-rest-spread"
]
,
"env"
:
{
"test"
:
{
"plugins"
:
[
"istanbul"
]
}
}
}