mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update npm documentation (5.8.0)
This commit is contained in:
parent
cbe12622de
commit
ed4507cf4f
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.7.1'
|
||||
self.release = '5.8.0'
|
||||
self.base_url = 'https://docs.npmjs.com/'
|
||||
self.force_gzip = true
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue