From 74a44dce21bc345bd9035284d9e4361cfd07bdd0 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Wed, 26 Aug 2020 11:41:35 +0300 Subject: [PATCH] corrected list of packages for production --- build/package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build/package.json b/build/package.json index 067b7253d..1cb85a627 100644 --- a/build/package.json +++ b/build/package.json @@ -4,7 +4,6 @@ "homepage": "http://www.onlyoffice.com", "private": true, "dependencies": { - "chai": "1.9.1", "grunt": "^1.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^0.5.1", @@ -17,7 +16,6 @@ "grunt-contrib-uglify": "^4.0.1", "grunt-inline": "0.3.4", "grunt-json-minify": "^1.1.0", - "grunt-mocha": "^1.0.0", "grunt-spritesmith": "^6.8.0", "grunt-svgmin": "^6.0.0", "grunt-text-replace": "0.3.11", @@ -25,7 +23,11 @@ "iconv-lite": "^0.5.1", "less-plugin-clean-css": "1.5.0", "lodash": "^4.0.0", - "mocha": "^6.2.2", "vinyl-fs": "^3.0.3" - } + }, + "devDependencies": { + "chai": "1.9.1", + "mocha": "^6.2.2", + "grunt-mocha": "^1.0.0" + } }