Update Deno documentation (1.19.0)

pull/1712/head
Simon Legner 3 years ago
parent 900cfc3554
commit 290058a7d7

@ -234,7 +234,7 @@ credits = [
'https://creativecommons.org/licenses/by-sa/4.0/' 'https://creativecommons.org/licenses/by-sa/4.0/'
], [ ], [
'Deno', 'Deno',
'20182021 the Deno authors', '20182022 the Deno authors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/denoland/manual/main/LICENSE' 'https://raw.githubusercontent.com/denoland/manual/main/LICENSE'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class Deno < UrlScraper class Deno < UrlScraper
self.name = 'Deno' self.name = 'Deno'
self.type = 'simple' self.type = 'simple'
self.release = '1.18.0' self.release = '1.19.0'
self.base_url = 'https://doc.deno.land/deno/stable/' self.base_url = 'https://doc.deno.land/deno/stable/'
self.links = { self.links = {
home: 'https://deno.land/', home: 'https://deno.land/',
@ -13,7 +13,7 @@ module Docs
# https://github.com/denoland/manual/blob/main/LICENSE # https://github.com/denoland/manual/blob/main/LICENSE
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 20182021 the Deno authors &copy; 20182022 the Deno authors
HTML HTML
def get_latest_version(opts) def get_latest_version(opts)

Loading…
Cancel
Save