瀏覽代碼

Update Yarn documentation (1.5.1)

Thibaut Courouble 7 年之前
父節點
當前提交
95895b1b73
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/yarn.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -677,7 +677,7 @@ credits = [
     'https://creativecommons.org/licenses/by/4.0/'
   ], [
     'Yarn',
-    '2016-2017 Yarn Contributors',
+    '2016-present Yarn Contributors',
     'BSD',
     'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/yarn.rb

@@ -1,7 +1,7 @@
 module Docs
   class Yarn < UrlScraper
     self.type = 'yarn'
-    self.release = '1.3.2'
+    self.release = '1.5.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
-      &copy; 2016&ndash;2017 Yarn Contributors<br>
+      &copy; 2016&ndash;present Yarn Contributors<br>
       Licensed under the BSD License.
     HTML
   end