Browse Source

yarn: update to 1.17.3

Simon Legner 6 years ago
parent
commit
47a6234c9a
1 changed files with 1 additions and 1 deletions
  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.12.1'
+    self.release = '1.17.3'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',