From 4b6762a534be07b24e3ae34c9410933709b00266 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 18 Dec 2019 15:02:14 +0300 Subject: [PATCH] Remove unneded dependency `grunt-jscoverage` This was added in first commit: https://github.com/ONLYOFFICE/web-apps/commit/741b10515de246f1e426032b5e09202a4791591f Task was not initialized and never used, no source of `jscoverage:` config found, `grunt jscoverage` failing with error --- build/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build/package.json b/build/package.json index 924b3a770..2bedad73d 100644 --- a/build/package.json +++ b/build/package.json @@ -16,7 +16,6 @@ "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-uglify": "^4.0.1", "grunt-inline": "0.3.4", - "grunt-jscoverage": "0.1.1", "grunt-json-minify": "^1.1.0", "grunt-mocha": "^1.0.0", "grunt-spritesmith": "^6.8.0",