Skip to content

Commit eac233c

Browse files
committed
Update Yarn documentation (0.19.1)
1 parent 8147f9f commit eac233c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ credits = [
596596
'https://raw.githubusercontent.com/webpack/webpack/master/LICENSE'
597597
], [
598598
'Yarn',
599-
'2016 Yarn Contributors',
599+
'2016-2017 Yarn Contributors',
600600
'BSD',
601601
'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
602602
], [

lib/docs/scrapers/yarn.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Yarn < UrlScraper
33
self.type = 'yarn'
4-
self.release = '0.18.1'
4+
self.release = '0.19.1'
55
self.base_url = 'https://yarnpkg.com/en/docs/'
66
self.links = {
77
home: 'https://yarnpkg.com/',
@@ -17,7 +17,7 @@ class Yarn < UrlScraper
1717
options[:skip_patterns] = [/\Aorg\//]
1818

1919
options[:attribution] = <<-HTML
20-
&copy; 2016 Yarn Contributors<br>
20+
&copy; 2016&ndash;2017 Yarn Contributors<br>
2121
Licensed under the BSD License.
2222
HTML
2323
end

0 commit comments

Comments
 (0)