Skip to content

Commit 1519430

Browse files
Update globby to version 10.0.1 (#303)
Closes #284 Fix Windows file handling Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
1 parent 5b47456 commit 1519430

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependency-graph": "^0.8.0",
2424
"fs-extra": "^8.1.0",
2525
"get-stdin": "^7.0.0",
26-
"globby": "^9.0.0",
26+
"globby": "^10.0.1",
2727
"postcss": "^7.0.0",
2828
"postcss-load-config": "^2.0.0",
2929
"postcss-reporter": "^6.0.0",

test/replace.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ test('--replace works', async t => {
1717
fs.copy('test/fixtures/a.css', path.join(dir, 'a.css'))
1818
])
1919

20-
// XXX: Should be able to pass output instead of dir here, but this test env is weird
2120
const { error, stderr } = await cli([
22-
dir,
21+
output.replace(/\\/g, '/'), // gotta keep globby happy on Windows
2322
'--replace',
2423
'-u',
2524
'postcss-import',

0 commit comments

Comments
 (0)