From 59a21c86ff523c0b9aba1b84a90d1c858a08a0a5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 7 Feb 2020 10:38:46 -1000 Subject: [PATCH] Revert "[test] update nyc to v15 to fix tests on windows" This reverts commit 350eab95b864ec6381d10dbe7dd26f4f81aad442. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98dfaca1d1..28e45eeb56 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "in-publish": "^2.0.0", "linklocal": "^2.8.2", "mocha": "^3.5.3", - "nyc": "^15.0.0", + "nyc": "^11.9.0", "redux": "^3.7.2", "rimraf": "^2.7.1", "semver": "^6.3.0",