mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Yarn documentation (1.3.2)
This commit is contained in:
parent
f432e2149d
commit
00507c2453
1 changed files with 1 additions and 1 deletions
|
@ -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/',
|
||||||
|
|
Loading…
Reference in a new issue