We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbca9f commit a4c33d0Copy full SHA for a4c33d0
lib/install/audit.js
@@ -87,7 +87,7 @@ function fetchAudit (href, body) {
87
const opts = pacoteOpts()
88
return registryFetch(href, {
89
method: 'POST',
90
- headers: { 'Content-Encoding': 'gzip', 'Content-Type': 'application/json' },
+ headers: { 'content-encoding': 'gzip', 'content-type': 'application/json' },
91
config: npm.config,
92
npmSession: opts.npmSession,
93
projectScope: npm.projectScope,
0 commit comments