summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-17 20:45:21 +0300
committerAndrew Dolgov <[email protected]>2020-09-17 20:45:21 +0300
commit5c1f70348ee9fa51d0246704a2c83eb47aa22828 (patch)
treef329159b066a0d3a17390ec64618f096e3b587ec /package.json
parent4efc3d7b3f6465a23d5e1c1415ec74e80cc7562d (diff)
add less to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}