Przeglądaj źródła

Update yarn.rb

yarn: update to 1.19.0
Dominik Bułaj 6 lat temu
rodzic
commit
0230479ccc
1 zmienionych plików z 1 dodań i 1 usunięć
  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.17.3'
+    self.release = '1.19.0'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',