mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Bower documentation (1.8.0)
This commit is contained in:
parent
25bf9ddbb7
commit
5663bafe5a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ module Docs
|
|||
class Bower < UrlScraper
|
||||
self.name = 'Bower'
|
||||
self.type = 'bower'
|
||||
self.release = '1.7.9'
|
||||
self.release = '1.8.0'
|
||||
self.base_url = 'https://bower.io/docs/'
|
||||
self.root_path = 'api'
|
||||
self.links = {
|
||||
home: 'http://bower.io/',
|
||||
home: 'https://bower.io/',
|
||||
code: 'https://github.com/bower/bower'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue