Explorar el Código

Update Yarn documentation (1.12.1)

Thibaut Courouble hace 7 años
padre
commit
2f4f0f4be8
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.9.4'
+    self.release = '1.12.1'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',