ソースを参照

Update Yarn documentation (1.9.4)

Thibaut Courouble 7 年 前
コミット
17b70ac46f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/docs/scrapers/yarn.rb

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

@@ -1,7 +1,7 @@
 module Docs
   class Yarn < UrlScraper
     self.type = 'yarn'
-    self.release = '1.7.0'
+    self.release = '1.9.4'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',