Browse Source

Update Yarn documentation (1.0.1)

Thibaut Courouble 8 years ago
parent
commit
c59f9c1429
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 = '0.27.5'
+    self.release = '1.0.1'
     self.base_url = 'https://yarnpkg.com/en/docs/'
     self.links = {
       home: 'https://yarnpkg.com/',