Przeglądaj źródła

Update Prettier documentation (2.7.1)

Simon Legner 3 lat temu
rodzic
commit
06f1115212
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/docs/scrapers/prettier.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Prettier < UrlScraper
     self.name = 'Prettier'
     self.type = 'simple'
-    self.release = '2.6.0'
+    self.release = '2.7.1'
     self.base_url = 'https://prettier.io/docs/en/'
     self.links = {
       home: 'https://prettier.io/',