浏览代码

yarn: update to 1.17.3

Simon Legner 6 年之前
父节点
当前提交
47a6234c9a
共有 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 = 'simple'
-    self.release = '1.12.1'
+    self.release = '1.17.3'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',