summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/themes/oscar/package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json
index 5b10fcf9f..5c01ef904 100644
--- a/searx/static/themes/oscar/package.json
+++ b/searx/static/themes/oscar/package.json
@@ -1,15 +1,18 @@
{
"devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-uglify": "~0.6.0",
- "grunt-contrib-watch": "~0.6.1",
+ "grunt": "^0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-less": "~0.11.0"
+ "grunt-contrib-less": "~0.11.0",
+ "grunt-contrib-uglify": "~0.6.0",
+ "grunt-contrib-watch": "~0.6.1"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
+ },
+ "dependencies": {
+ "grunt-cli": "^1.3.2"
}
}