diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 2cb61408..67476279 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -596,7 +596,7 @@ credits = [ 'https://raw.githubusercontent.com/webpack/webpack/master/LICENSE' ], [ 'Yarn', - '2016 Yarn Contributors', + '2016-2017 Yarn Contributors', 'BSD', 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/yarn.rb b/lib/docs/scrapers/yarn.rb index e02dfa85..c6156ffe 100644 --- a/lib/docs/scrapers/yarn.rb +++ b/lib/docs/scrapers/yarn.rb @@ -1,7 +1,7 @@ module Docs class Yarn < UrlScraper self.type = 'yarn' - self.release = '0.18.1' + self.release = '0.19.1' self.base_url = 'https://yarnpkg.com/en/docs/' self.links = { home: 'https://yarnpkg.com/', @@ -17,7 +17,7 @@ module Docs options[:skip_patterns] = [/\Aorg\//] options[:attribution] = <<-HTML - © 2016 Yarn Contributors
+ © 2016–2017 Yarn Contributors
Licensed under the BSD License. HTML end