UNPKG
mew-time
Version:
latest (0.0.2)
0.0.2
0.0.1
utils about the time.
github.com/metocherry/mew-time
metocherry/mew-time
mew-time
/
.babelrc
17 lines
(16 loc)
•
264 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
:
[
"es2015"
,
"stage-2"
]
,
"env"
:
{
"test"
:
{
"plugins"
:
[
[
"__coverage__"
,
{
"ignore"
:
"test/"
}
]
]
}
}
}