Skip to content

Commit

Permalink
fix: ensure provenance is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 30, 2023
1 parent 13f0c1b commit 475ccba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/check-project/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ export function constructManifest (manifest, manifestFields, repoUrl, homePage =
bugs: {
url: `${repoUrl}/issues`
},
publishConfig: {
access: 'public',
provenance: true
},
keywords: manifest.keywords ? manifest.keywords.sort() : undefined,
bin: manifest.bin,
...manifestFields,
Expand Down

0 comments on commit 475ccba

Please sign in to comment.