Unwrap "" version

pull/1670/head
Simon Legner 3 years ago
parent a00f3f970a
commit 6bb9114a50

@ -16,11 +16,9 @@ module Docs
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version do self.release = '0.14.2'
self.release = '0.14.2' self.base_url = 'https://esbuild.github.io/'
self.base_url = 'https://esbuild.github.io/' html_filters.push 'esbuild/clean_html', 'esbuild/entries'
html_filters.push 'esbuild/clean_html', 'esbuild/entries'
end
def get_latest_version(opts) def get_latest_version(opts)
get_npm_version('esbuild', opts) get_npm_version('esbuild', opts)

@ -16,12 +16,10 @@ module Docs
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version do self.release = '2.6.14'
self.release = '2.6.14' self.base_url = 'https://vitejs.dev/'
self.base_url = 'https://vitejs.dev/' self.initial_paths = %w(guide/)
self.initial_paths = %w(guide/) html_filters.push 'vue/entries_v3', 'vue/clean_html'
html_filters.push 'vue/entries_v3', 'vue/clean_html'
end
def get_latest_version(opts) def get_latest_version(opts)
get_npm_version('vite', opts) get_npm_version('vite', opts)

Loading…
Cancel
Save