Skip to content

Commit

Permalink
Ensure provenance is used when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 12, 2024
1 parent acbfad4 commit 4ff1448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
provenance=true
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"packageManager": "[email protected]",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 4ff1448

Please sign in to comment.