Skip to content

Commit

Permalink
Revert chai, fix minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Aug 2, 2024
1 parent d683d27 commit c99d4b6
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 57 deletions.
143 changes: 88 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"babel-plugin-transform-async-to-promises": "^0.8.18",
"buffer-equals": "^2.0.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai": "^4.5.0",
"concurrently": "^8.2.2",
"copy-dir": "^1.3.0",
"directory-exists": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion source/response.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import minimatch from "minimatch";
import { minimatch } from "minimatch";
import { convertResponseHeaders } from "./tools/headers.js";
import {
FileStat,
Expand Down

0 comments on commit c99d4b6

Please sign in to comment.