mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: normalize.css becomes a packages.json dependency
This commit is contained in:
parent
0e3a87b73a
commit
bb3e67f72b
3 changed files with 3 additions and 343 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue