diff options
| author | XhmikosR <[email protected]> | 2021-02-10 07:22:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-10 07:22:45 +0200 |
| commit | 2ab6dbd2d696d403c6914d820a3847542d468df1 (patch) | |
| tree | 2ded2f85d7b5b2963f197e235b876003ea8ed87b /package.json | |
| parent | f7088e5d28d019f9876b71333185120b811ecb08 (diff) | |
| download | bootstrap-2ab6dbd2d696d403c6914d820a3847542d468df1.tar.xz bootstrap-2ab6dbd2d696d403c6914d820a3847542d468df1.zip | |
Downgrade karma to v6.0.4. (#33030)
It seems v6.1.0 has some disconnect issues, so, trying to see if that's the case.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 945f4a1b5..1f4f45dad 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "hugo-bin": "^0.68.0", "ip": "^1.1.5", "jquery": "^3.5.1", - "karma": "^6.1.0", + "karma": "^6.0.4", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", |
