Update Bower documentation (1.8.2)

pull/667/merge
Thibaut Courouble 7 years ago
parent 03f8bfac88
commit 7bd9af29b7

@ -125,7 +125,7 @@ credits = [
'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
], [
'Bower',
'2016 Bower contributors',
'2017 Bower contributors',
'MIT',
'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
], [

@ -2,7 +2,7 @@ module Docs
class Bower < UrlScraper
self.name = 'Bower'
self.type = 'bower'
self.release = '1.8.0'
self.release = '1.8.2'
self.base_url = 'https://bower.io/docs/'
self.root_path = 'api'
self.links = {
@ -16,7 +16,7 @@ module Docs
options[:skip] = %w(tools about)
options[:attribution] = <<-HTML
&copy; 2016 Bower contributors<br>
&copy; 2017 Bower contributors<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save