We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca4178 commit cccb609Copy full SHA for cccb609
1 file changed
lib/docs/scrapers/npm.rb
@@ -2,7 +2,7 @@ module Docs
2
class Npm < UrlScraper
3
self.name = 'npm'
4
self.type = 'npm'
5
- self.release = '3.8.5'
+ self.release = '3.9.0'
6
self.base_url = 'https://docs.npmjs.com/'
7
self.links = {
8
home: 'https://www.npmjs.com/',
@@ -27,5 +27,11 @@ class Npm < UrlScraper
27
Licensed under the npm License.<br>
28
npm is a trademark of npm, Inc.
29
HTML
30
+
31
+ private
32
33
+ def request_options
34
+ super.merge accept_encoding: 'gzip'
35
+ end
36
end
37
0 commit comments