From eac233caf9977539103c8718456f6b508ad4e226 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 21 Jan 2017 11:42:13 -0500 Subject: [PATCH] Update Yarn documentation (0.19.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/yarn.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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