Update Yarn documentation (1.3.2)

This commit is contained in:
Thibaut Courouble 2017-11-10 11:51:25 -05:00
parent f432e2149d
commit 00507c2453

View file

@ -1,7 +1,7 @@
module Docs module Docs
class Yarn < UrlScraper class Yarn < UrlScraper
self.type = 'yarn' self.type = 'yarn'
self.release = '1.2.1' self.release = '1.3.2'
self.base_url = 'https://yarnpkg.com/en/docs/' self.base_url = 'https://yarnpkg.com/en/docs/'
self.links = { self.links = {
home: 'https://yarnpkg.com/', home: 'https://yarnpkg.com/',