Skip to content

Commit 414f2d1

Browse files
maartenbazkat
authored andcommittedAug 29, 2018
1 parent b1a8729 commit 414f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/install/audit.js

+1-1
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)
Please sign in to comment.