Skip to content

Commit 7e22780

Browse files
committed
Use IE compatible version of debug module
So that it works in IE.
1 parent 8d58d10 commit 7e22780

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"array.prototype.find": "^2.0.4",
5555
"chai": "4.2.0",
56-
"debug": "^4.1.1",
56+
"debug": "https://github.com/artemave/debug",
5757
"deep-equal": "1.0.1",
5858
"error-stack-parser": "2.0.2",
5959
"global": "^4.3.2",

yarn.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,13 +2136,19 @@ debug@^3.0.0, debug@^3.1.0:
21362136
dependencies:
21372137
ms "^2.1.1"
21382138

2139-
debug@^4.1.0, debug@^4.1.1:
2139+
debug@^4.1.0:
21402140
version "4.1.1"
21412141
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
21422142
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
21432143
dependencies:
21442144
ms "^2.1.1"
21452145

2146+
"debug@https://github.com/artemave/debug":
2147+
version "4.1.0"
2148+
resolved "https://github.com/artemave/debug#26920e6d13e5e77183c33c65c17e5040639b0daf"
2149+
dependencies:
2150+
ms "^2.1.1"
2151+
21462152
debug@~0.7.2:
21472153
version "0.7.4"
21482154
resolved "https://registry.yarnpkg.com/debug/-/debug-0.7.4.tgz#06e1ea8082c2cb14e39806e22e2f6f757f92af39"

0 commit comments

Comments
 (0)