yarn: update to 1.22.17

pull/1667/head
Kid 3 years ago committed by GitHub
parent 64c3054963
commit 72c0bbe936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
module Docs
class Yarn < UrlScraper
self.type = 'simple'
self.release = '1.19.0'
self.base_url = 'https://yarnpkg.com/en/docs/'
self.release = '1.22.17'
self.base_url = 'https://classic.yarnpkg.com/en/docs/'
self.links = {
home: 'https://yarnpkg.com/',
home: 'https://classic.yarnpkg.com/',
code: 'https://github.com/yarnpkg/yarn'
}

Loading…
Cancel
Save