summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-02-09 03:00:07 +0000
committerLunny Xiao <xiaolunwen@gmail.com>2019-02-09 11:00:07 +0800
commit11a9ce6a2bf8fd405b7f30b4f2b53b031a7da50f (patch)
treef1c6c6bdb1ce714162639c5af15c42ddae973885 /package.json
parentc3d8fb73dcab6b1bbc846de8d34d05de620a96b3 (diff)
downloadgitea-11a9ce6a2bf8fd405b7f30b4f2b53b031a7da50f.tar.gz
gitea-11a9ce6a2bf8fd405b7f30b4f2b53b031a7da50f.zip
Increase the version of less (#6010)
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 6508f835e9..7e61ede2f9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"license": "MIT",
"devDependencies": {
- "less": "^3.6.0",
+ "less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1"
}
}