Skip to content

Commit

Permalink
Add placeholder for change
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Oct 21, 2022
1 parent 63eb61d commit 326738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const getNPMMetadataForDep = async (
const urlDep = encodeURIComponent(dep).replace("%40", "@")

const headers = npmAuthToken ? { Authorization: `Bearer ${npmAuthToken}` } : undefined
const npmResponse = await fetch(`https://registry.npmjs.org/${urlDep}`, { headers })
const npmResponse = await fetch(`https://registry.npmjs.org/${urlDep}`, { headers }) // xxx

if (npmResponse.ok) {
/**
Expand Down

0 comments on commit 326738e

Please sign in to comment.