From 5c1f70348ee9fa51d0246704a2c83eb47aa22828 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Sep 2020 20:45:21 +0300 Subject: [PATCH] add less to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69057d26e..bbdb6f44c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "devDependencies": { "gulp": "^4.0.2", "gulp-less": "^4.0.1", - "lessc": "^1.0.2" + "less": "^3.12.2" } }