diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-17 17:39:44 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-21 08:28:29 +0200 |
commit | bb3e67f72ba1b76922352c917ae4118762b33615 (patch) | |
tree | 91f0b882e48551946c4610d748e9b567237ff789 /searx/static/themes/simple/package.json | |
parent | 0e3a87b73acecb085acf0ed6f00c1434e32227bd (diff) | |
download | searxng-bb3e67f72ba1b76922352c917ae4118762b33615.tar.gz searxng-bb3e67f72ba1b76922352c917ae4118762b33615.zip |
[mod] simple theme: normalize.css becomes a packages.json dependency
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", |