Skip to content

Commit 240f8c2

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 <[email protected]>
1 parent 473e5b1 commit 240f8c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)