Skip to content

Commit a4033db

Browse files
committed
fix(release): publish scoped package as public
Set publishConfig.access to public so npm publishes @smart-coders-hq/opencode-model-fallback as a public scoped package instead of failing with E402.
1 parent 676dd55 commit a4033db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"bugs": {
6565
"url": "https://github.com/Smart-Coders-HQ/opencode-model-fallback/issues"
6666
},
67+
"publishConfig": {
68+
"access": "public"
69+
},
6770
"engines": {
6871
"node": ">=18.0.0"
6972
}

0 commit comments

Comments
 (0)