Browse Source

Update Yarn documentation (1.7.0)

Thibaut Courouble 7 years ago
parent
commit
70063b5721
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 = 'yarn'
-    self.release = '1.6.0'
+    self.release = '1.7.0'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',