mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update npm documentation (5.7.1)
This commit is contained in:
parent
db9cc83b90
commit
97dbcbcaed
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Npm < UrlScraper
|
||||
self.name = 'npm'
|
||||
self.type = 'npm'
|
||||
self.release = '5.6.0'
|
||||
self.release = '5.7.1'
|
||||
self.base_url = 'https://docs.npmjs.com/'
|
||||
self.force_gzip = true
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue