mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update Modernizr documentation (3.2.0)
This commit is contained in:
parent
11bcab7464
commit
f28f6e8e6b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Modernizr < UrlScraper
|
||||
self.name = 'Modernizr'
|
||||
self.type = 'modernizr'
|
||||
self.version = '3.1.0'
|
||||
self.version = '3.2.0'
|
||||
self.base_url = 'https://modernizr.com/docs/'
|
||||
|
||||
html_filters.push 'modernizr/entries', 'modernizr/clean_html', 'title'
|
||||
|
|
Loading…
Reference in a new issue