diff options
Diffstat (limited to 'searx/static/themes/oscar/package.json')
-rw-r--r-- | searx/static/themes/oscar/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json index 945b7943d..7eae9df2b 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -4,7 +4,8 @@ "grunt-contrib-uglify": "~0.6.0", "grunt-contrib-watch" : "~0.6.1", "grunt-contrib-concat" : "~0.5.0", - "grunt-contrib-jshint" : "~0.10.0" + "grunt-contrib-jshint" : "~0.10.0", + "grunt-contrib-less" : "~0.11.0" }, "scripts": { |