UNPKG
wipe-node-cache
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
Wipes node.js cache in a controlled way.
github.com/theKashey/wipeNodeCache
theKashey/wipeNodeCache
wipe-node-cache
/
.babelrc
19 lines
(18 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"presets"
:
[
]
,
"env"
:
{
"cjs"
:
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"7.0"
,
"ie"
:
11
}
}
]
]
}
}
}