forked from tabarra/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npm-upgrade.json
48 lines (48 loc) · 874 Bytes
/
.npm-upgrade.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"ignore": {
"open": {
"versions": "> 7.1.0",
"reason": "Doesn't work when powershell is not in PATH or something like that."
},
"boxen": {
"versions": ">5",
"reason": "esm"
},
"dateformat": {
"versions": ">4",
"reason": "esm"
},
"jose": {
"versions": ">2",
"reason": "esm"
},
"lowdb": {
"versions": ">1",
"reason": "esm"
},
"slash": {
"versions": ">3",
"reason": "esm"
},
"windows-release": {
"versions": ">4",
"reason": "esm"
},
"chalk": {
"versions": ">4",
"reason": "esm"
},
"execa": {
"versions": ">5",
"reason": "esm"
},
"got": {
"versions": ">11",
"reason": "esm"
},
"fs-extra": {
"versions": ">9",
"reason": "recipe errors on some OSs"
}
}
}