Explorar el Código

Update Svelte documentation (3.53.0)

Simon Legner hace 3 años
padre
commit
ba80772fff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/svelte.rb

+ 1 - 1
lib/docs/scrapers/svelte.rb

@@ -17,7 +17,7 @@ module Docs
 
     options[:skip] = %w(team.html plugins/)
 
-    self.release = '3.50.1'
+    self.release = '3.53.0'
     self.base_url = 'https://svelte.dev/docs'
     html_filters.push 'svelte/entries', 'svelte/clean_html'