Skip to content

Commit

Permalink
lookup: body-parse + glob flaky on head
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Borins committed Apr 29, 2016
1 parent 617c794 commit a975e4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"glob": {
"replace": true,
"prefix": "v"
"prefix": "v",
"flaky": ["v6", "v7"]
},
"gulp-util": {
"replace": true,
Expand All @@ -52,7 +53,8 @@
"replace": true
},
"body-parser": {
"replace": true
"replace": true,
"flaky": ["v6", "v7"]
},
"uglify-js": {
"replace": true,
Expand Down

0 comments on commit a975e4c

Please sign in to comment.