Explorar el Código

Update yarn.rb

yarn: update to 1.19.0
Dominik Bułaj hace 6 años
padre
commit
0230479ccc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/',