Merge pull request #1643 from arnaudvalle/chore/jsdoc-3.6.7

Update jsdoc documentation (3.6.7)
debiman
Simon Legner 3 years ago committed by GitHub
commit 76759f2fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ module Docs
class Jsdoc < UrlScraper
self.name = 'JSDoc'
self.type = 'simple'
self.release = '3.5.5'
self.release = '3.6.7'
self.base_url = 'https://jsdoc.app/'
self.root_path = 'index.html'
self.links = {
@ -23,7 +23,7 @@ module Docs
HTML
def get_latest_version(opts)
get_latest_github_release('jsdoc', 'jsdoc', opts)
get_npm_version('jsdoc', opts)
end
end
end

Loading…
Cancel
Save