Просмотр исходного кода

Update Yarn documentation (1.0.1)

Thibaut Courouble 8 лет назад
Родитель
Сommit
c59f9c1429
1 измененных файлов с 1 добавлено и 1 удалено
  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/',