Pārlūkot izejas kodu

Update Grunt documentation (1.4.2)

Simon Legner 4 gadi atpakaļ
vecāks
revīzija
06ca94158b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lib/docs/scrapers/grunt.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Grunt < UrlScraper
     self.name = 'Grunt'
     self.type = 'simple'
-    self.release = '1.3.0'
+    self.release = '1.4.2'
     self.base_url = 'https://gruntjs.com/'
     self.root_path = 'getting-started'
     self.initial_paths = %w(api/grunt)