Skip to content

Commit

Permalink
Update globby to version 10.0.1 (#303)
Browse files Browse the repository at this point in the history
Closes #284

Fix Windows file handling

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
RyanZim and greenkeeper[bot] committed Jan 7, 2020
1 parent 5b47456 commit 1519430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"dependency-graph": "^0.8.0",
"fs-extra": "^8.1.0",
"get-stdin": "^7.0.0",
"globby": "^9.0.0",
"globby": "^10.0.1",
"postcss": "^7.0.0",
"postcss-load-config": "^2.0.0",
"postcss-reporter": "^6.0.0",
Expand Down
3 changes: 1 addition & 2 deletions test/replace.js
Expand Up @@ -17,9 +17,8 @@ test('--replace works', async t => {
fs.copy('test/fixtures/a.css', path.join(dir, 'a.css'))
])

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

0 comments on commit 1519430

Please sign in to comment.