mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update npm documentation (3.4.1)
This commit is contained in:
parent
e6c7d6c894
commit
b1157ac118
1 changed files with 2 additions and 2 deletions
|
@ -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/,
|
||||
|
|
Loading…
Reference in a new issue