Merge pull request #1307 from MasterEnoc/pug

Update Pug to 3.0.0
pull/1308/head
Simon Legner 4 years ago committed by GitHub
commit a2122b6527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save