Parcourir la source

Update npm documentation (2.12.1)

Thibaut il y a 10 ans
Parent
commit
52271874b1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/docs/scrapers/npm.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Npm < UrlScraper
     self.name = 'npm'
     self.type = 'npm'
-    self.version = '2.11.0'
+    self.version = '2.12.1'
     self.base_url = 'https://docs.npmjs.com/'
     self.links = {
       home: 'https://www.npmjs.com/',