UNPKG
user-conf
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Manage configs in the user home dir
user-conf
/
.babelrc
10 lines
(9 loc)
•
103 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"0.12"
}
}
]
]
}