Update pug to 3.0.0

pull/1307/head
MasterEnoc 4 years ago
parent f6f4614708
commit c3f0b3d56d

@ -3,7 +3,7 @@ module Docs
self.type = 'pug' self.type = 'pug'
self.base_url = 'https://pugjs.org/' self.base_url = 'https://pugjs.org/'
self.root_path = 'api/getting-started.html' self.root_path = 'api/getting-started.html'
self.release = '2.0.3' self.release = '3.0.0'
self.links = { self.links = {
home: 'https://pugjs.org/', home: 'https://pugjs.org/',
code: 'https://github.com/pugjs/pug' code: 'https://github.com/pugjs/pug'
@ -18,6 +18,10 @@ module Docs
Licensed under the MIT license. Licensed under the MIT license.
HTML HTML
options[:skip_patterns] = [
/support/
]
def get_latest_version(opts) def get_latest_version(opts)
get_npm_version('pug', opts) get_npm_version('pug', opts)
end end

Loading…
Cancel
Save