Skip to content

Commit adaa428

Browse files
authored
lookup: only skip mkdirp on win32 (#916)
From CITGM Smoker Pipeline runs, this module appears to now only fail on Windows.
1 parent 7aa9d11 commit adaa428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lookup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
},
312312
"mkdirp": {
313313
"head": true,
314-
"skip": true,
314+
"skip": "win32",
315315
"maintainers": "substack"
316316
},
317317
"mocha": {

0 commit comments

Comments
 (0)