Skip to content

Commit b1f577f

Browse files
spawniaclaude
andcommitted
feat: enable npm provenance for OIDC publishing
Add publishConfig with provenance enabled to support trusted publishing via GitHub Actions OIDC authentication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 856618f commit b1f577f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"url": "https://github.com/mll-lab/react-components/issues"
4343
},
4444
"homepage": "https://github.com/mll-lab/react-components",
45+
"publishConfig": {
46+
"access": "public",
47+
"provenance": true
48+
},
4549
"peerDependencies": {
4650
"@babel/runtime": "^7.20.13",
4751
"react": ">=16.8.0",

0 commit comments

Comments
 (0)