فهرست منبع

yarn: update to 1.22.17

Kid 4 سال پیش
والد
کامیت
72c0bbe936
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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'
     }