mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Modernizr documentation (3.5.0)
This commit is contained in:
parent
d7f6b5a4b2
commit
76b4724b7b
2 changed files with 3 additions and 3 deletions
|
@ -370,7 +370,7 @@ credits = [
|
|||
'https://creativecommons.org/licenses/by/4.0/'
|
||||
], [
|
||||
'Modernizr',
|
||||
'2009-2016 The Modernizr team',
|
||||
'2009-2017 The Modernizr team',
|
||||
'MIT',
|
||||
'https://modernizr.com/license/'
|
||||
], [
|
||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Modernizr < UrlScraper
|
||||
self.name = 'Modernizr'
|
||||
self.type = 'modernizr'
|
||||
self.release = '3.3.1'
|
||||
self.release = '3.5.0'
|
||||
self.base_url = 'https://modernizr.com/docs/'
|
||||
|
||||
html_filters.push 'modernizr/entries', 'modernizr/clean_html', 'title'
|
||||
|
@ -12,7 +12,7 @@ module Docs
|
|||
options[:skip_links] = true
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2016 The Modernizr team<br>
|
||||
© 2009–2017 The Modernizr team<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue