Skip to content

Commit 6c05158

Browse files
fix(sdk): add publishConfig for public npm access (#1110)
1 parent 9a02c2a commit 6c05158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"url": "https://github.com/upstash/context7/issues"
4343
},
4444
"homepage": "https://github.com/upstash/context7#readme",
45+
"publishConfig": {
46+
"access": "public"
47+
},
4548
"devDependencies": {
4649
"@types/node": "^22.13.14",
4750
"dotenv": "^17.2.3",

0 commit comments

Comments
 (0)