Browse Source

Update webpack documentation (1.13.2)

Thibaut Courouble 9 năm trước cách đây
mục cha
commit
60b31fc042
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/docs/scrapers/webpack.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Webpack < UrlScraper
     self.name = 'webpack'
     self.type = 'webpack'
-    self.release = '1.13'
+    self.release = '1.13.2'
     self.base_url = 'https://webpack.github.io/docs/'
     self.links = {
       home: 'https://webpack.github.io/',