diff options
author | silverwind <me@silverwind.io> | 2018-07-11 16:54:28 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-07-11 10:54:28 -0400 |
commit | c55caeaf0cf93d373aad5956278ff71d9c9c91f3 (patch) | |
tree | 0c52de9ac7e581634789f529b21a8838167bc874 /package.json | |
parent | d84490a0df308f0783637e39bf5302128f9f8584 (diff) | |
download | gitea-c55caeaf0cf93d373aad5956278ff71d9c9c91f3.tar.gz gitea-c55caeaf0cf93d373aad5956278ff71d9c9c91f3.zip |
Update npm dependencies, regenerate CSS (#4415)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ae0b084cd2..6508f835e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "devDependencies": { - "less": "^3.0.4", + "less": "^3.6.0", "less-plugin-clean-css": "^1.5.1" } } |