mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: autocomplete-js becomes a packages.json dependency
Update to version 2.7.1
This commit is contained in:
parent
b4a47cacd8
commit
e3ebfd41d7
3 changed files with 7 additions and 539 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"devDependencies": {
|
||||
"grunt-cli": "^1.4.3",
|
||||
"grunt": "~1.4.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-concat": "~1.0.1",
|
||||
"grunt-contrib-cssmin": "^4.0.0",
|
||||
"grunt-contrib-jshint": "~3.0.0",
|
||||
|
|
@ -14,10 +15,13 @@
|
|||
"less": "^4.1.1",
|
||||
"less-plugin-clean-css": "^1.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"autocomplete-js": "2.7.1",
|
||||
"leaflet": "^1.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm install && grunt",
|
||||
"start": "grunt watch",
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue