Skip to content

Commit cebfcdf

Browse files
committed
chore: publishConfig.access=public + normalize repository.url
Required for first npm publish under @automatelab scope (otherwise npm treats scoped packages as private and returns 402).
1 parent c0a9403 commit cebfcdf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"homepage": "https://github.com/AutomateLab-tech/seo-performance-mcp",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/AutomateLab-tech/seo-performance-mcp.git"
11+
"url": "git+https://github.com/AutomateLab-tech/seo-performance-mcp.git"
12+
},
13+
"publishConfig": {
14+
"access": "public"
1215
},
1316
"engines": {
1417
"node": ">=20"

0 commit comments

Comments
 (0)