diff options
Diffstat (limited to 'searx/static/themes/simple/package.json')
| -rw-r--r-- | searx/static/themes/simple/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 22357a4c7..d31aa2041 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -17,7 +17,8 @@ }, "dependencies": { "autocomplete-js": "2.7.1", - "leaflet": "^1.7.1" + "leaflet": "^1.7.1", + "normalize.css": "^8.0.1" }, "scripts": { "all": "npm install && grunt", |