Ver Fonte

Update lodash documentation (4.17.5)

Thibaut Courouble há 7 anos atrás
pai
commit
db9cc83b90

+ 2 - 2
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -387,9 +387,9 @@ credits = [
     'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE'
   ], [
     'Lo-Dash',
-    '2012-2016 The Dojo Foundation',
+    'JS Foundation and other contributors',
     'MIT',
-    'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt'
+    'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
   ], [
     'Lua',
     '1994–2017 Lua.org, PUC-Rio',

+ 2 - 2
lib/docs/scrapers/lodash.rb

@@ -14,12 +14,12 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2012&ndash;2016 The Dojo Foundation<br>
+      &copy; JS Foundation and other contributors<br>
       Licensed under the MIT License.
     HTML
 
     version '4' do
-      self.release = '4.17.4'
+      self.release = '4.17.5'
       self.base_url = "https://lodash.com/docs/#{release}"
     end