Skip to content

Commit 073f7a4

Browse files
committed
lookup: skip @nearform/flame <8
Fails consistently on 8.x and 6.x
1 parent 3244acb commit 073f7a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,8 @@
494494
},
495495
"@nearform/flame": {
496496
"maintainers": ["mcollina", "BridgeAR"],
497-
"prefix": "v"
497+
"prefix": "v",
498+
"skip": "<=8"
498499
},
499500
"@nearform/doctor": {
500501
"maintainers": ["mcollina", "BridgeAR"],

0 commit comments

Comments
 (0)