summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/package.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2019-12-29 09:47:06 +0100
committerGitHub <noreply@github.com>2019-12-29 09:47:06 +0100
commit36e72a46192235615f63a02984ab88c70145b0ec (patch)
tree0c2e238ed8fd03a95a090692d0d761fe2ea13d79 /searx/static/themes/oscar/package.json
parentb2e1ee8d35050033b41765a2de49c0eea5f8b4b4 (diff)
parentf6d66c0f6f1d8f1f583d9000ee0123450cce8130 (diff)
Merge branch 'master' into fix-engine-spotify
Diffstat (limited to 'searx/static/themes/oscar/package.json')
-rw-r--r--searx/static/themes/oscar/package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json
index 7eae9df2b..5b10fcf9f 100644
--- a/searx/static/themes/oscar/package.json
+++ b/searx/static/themes/oscar/package.json
@@ -2,12 +2,11 @@
"devDependencies": {
"grunt": "~0.4.5",
"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-less" : "~0.11.0"
+ "grunt-contrib-watch": "~0.6.1",
+ "grunt-contrib-concat": "~0.5.0",
+ "grunt-contrib-jshint": "~0.10.0",
+ "grunt-contrib-less": "~0.11.0"
},
-
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",