Skip to content

Commit a4c33d0

Browse files
maartenbazkat
authored andcommitted
1 parent cfbca9f commit a4c33d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/audit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function fetchAudit (href, body) {
8787
const opts = pacoteOpts()
8888
return registryFetch(href, {
8989
method: 'POST',
90-
headers: { 'Content-Encoding': 'gzip', 'Content-Type': 'application/json' },
90+
headers: { 'content-encoding': 'gzip', 'content-type': 'application/json' },
9191
config: npm.config,
9292
npmSession: opts.npmSession,
9393
projectScope: npm.projectScope,

0 commit comments

Comments
 (0)