Skip to content

Commit 3116e09

Browse files
gmoonclaude
andcommitted
chore: pin publishConfig to public npm registry
Force publishes to registry.npmjs.org with public access so an ambient @forkzero -> npm.pkg.github.com scope mapping can't redirect npm publish to GitHub Packages (the E403 seen on the first manual publish attempt). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e5706ac commit 3116e09

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
@@ -5,6 +5,10 @@
55
"type": "module",
66
"license": "Apache-2.0",
77
"author": "George Moon <george.moon@gmail.com>",
8+
"publishConfig": {
9+
"access": "public",
10+
"registry": "https://registry.npmjs.org"
11+
},
812
"repository": {
913
"type": "git",
1014
"url": "git+https://github.com/forkzero/s3-website-test-kit.git"

0 commit comments

Comments
 (0)