Jelajahi Sumber

yarn: update to 1.22.17

Kid 4 tahun lalu
induk
melakukan
72c0bbe936
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      lib/docs/scrapers/yarn.rb

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

@@ -1,10 +1,10 @@
 module Docs
   class Yarn < UrlScraper
     self.type = 'simple'
-    self.release = '1.19.0'
-    self.base_url = 'https://yarnpkg.com/en/docs/'
+    self.release = '1.22.17'
+    self.base_url = 'https://classic.yarnpkg.com/en/docs/'
     self.links = {
-      home: 'https://yarnpkg.com/',
+      home: 'https://classic.yarnpkg.com/',
       code: 'https://github.com/yarnpkg/yarn'
     }