Parcourir la source

Update Node.js documentation (0.10.26)

Thibaut il y a 11 ans
Parent
commit
518fd4ee9c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/docs/scrapers/node.rb

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

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Node.js'
     self.slug = 'node'
     self.type = 'node'
-    self.version = '0.10.25'
+    self.version = '0.10.26'
     self.base_url = 'http://nodejs.org/api/'
 
     html_filters.push 'node/clean_html', 'node/entries', 'title'