We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a8729 commit 414f2d1Copy full SHA for 414f2d1
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