Skip to content

Commit 56c3f52

Browse files
authored
Fix publishing to npm (#21)
* fix: publishing to npm * fix: add check for repo name in the release workflow * fix: add check for repo name in the release workflow * fix: publishing to npm
1 parent dd94973 commit 56c3f52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,8 @@
115115
"engines": {
116116
"node": ">=18.0.0 <=20.x.x",
117117
"npm": ">=6.0.0"
118+
},
119+
"publishConfig": {
120+
"access": "public"
118121
}
119122
}

0 commit comments

Comments
 (0)