Skip to content

Commit c99d4b6

Browse files
Revert chai, fix minimatch
1 parent d683d27 commit c99d4b6

3 files changed

Lines changed: 90 additions & 57 deletions

File tree

package-lock.json

Lines changed: 88 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"babel-plugin-transform-async-to-promises": "^0.8.18",
9797
"buffer-equals": "^2.0.0",
9898
"c8": "^10.1.2",
99-
"chai": "^5.1.1",
99+
"chai": "^4.5.0",
100100
"concurrently": "^8.2.2",
101101
"copy-dir": "^1.3.0",
102102
"directory-exists": "^2.0.1",

source/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import minimatch from "minimatch";
1+
import { minimatch } from "minimatch";
22
import { convertResponseHeaders } from "./tools/headers.js";
33
import {
44
FileStat,

0 commit comments

Comments
 (0)