File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff line change 11module 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 ] = [ /\A org\/ / ]
1818
1919 options [ :attribution ] = <<-HTML
20- © 2016 Yarn Contributors< br >
20+ © 2016–2017 Yarn Contributors< br >
2121 Licensed under the BSD License.
2222 HTML
2323 end
You can’t perform that action at this time.
0 commit comments