Przeglądaj źródła

Update npm documentation (3.4.1)

Thibaut 10 lat temu
rodzic
commit
b1157ac118
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/docs/scrapers/npm.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Npm < UrlScraper
     self.name = 'npm'
     self.type = 'npm'
-    self.version = '3.3.6'
+    self.version = '3.4.1'
     self.base_url = 'https://docs.npmjs.com/'
     self.links = {
       home: 'https://www.npmjs.com/',
@@ -15,7 +15,7 @@ module Docs
     options[:title] = false
     options[:root_title] = 'npm'
 
-    options[:skip] = %w(all)
+    options[:skip] = %w(all misc/index)
     options[:skip_patterns] = [
       /\Aenterprise/,
       /\Acompany/,