From c3fcdbc5041f623615ee60c87b68ca00c7061508 Mon Sep 17 00:00:00 2001 From: Gcaufy Date: Thu, 6 Feb 2020 16:11:47 +0800 Subject: [PATCH] fix: added missing dependences --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9cfc13bed..5115d251d 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "less": "^3.9.0", "mkpath": "^1.0.0", "mocha": "^6.1.4", + "nyc": "^15.0.0", "prettier": "^1.18.2", "read-pkg": "^4.0.1", "rollup": "^0.56.5",