mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update lodash documentation (1.5.0)
This commit is contained in:
parent
cf7f446738
commit
778f5086c0
1 changed files with 5 additions and 1 deletions
|
@ -3,8 +3,12 @@ module Docs
|
|||
self.name = 'lodash'
|
||||
self.slug = 'lodash'
|
||||
self.type = 'lodash'
|
||||
self.version = '3.4.0'
|
||||
self.version = '3.5.0'
|
||||
self.base_url = 'https://lodash.com/docs'
|
||||
self.links = {
|
||||
home: 'https://lodash.com/',
|
||||
code: 'https://github.com/lodash/lodash/'
|
||||
}
|
||||
|
||||
html_filters.push 'lodash/entries', 'lodash/clean_html', 'title'
|
||||
|
||||
|
|
Loading…
Reference in a new issue