Skip to content

Commit fb5d6b0

Browse files
committed
fix: add publishConfig access public for npm scoped package
1 parent 611b353 commit fb5d6b0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

claude-devtools-host/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexstrnik/claude-devtools",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Host server for Claude DevTools Chrome extension",
55
"main": "server.js",
66
"bin": {
@@ -27,6 +27,9 @@
2727
"type": "git",
2828
"url": "https://github.com/AlexStrNik/claude-devtools"
2929
},
30+
"publishConfig": {
31+
"access": "public"
32+
},
3033
"license": "MIT",
3134
"packageManager": "pnpm@10.17.1",
3235
"dependencies": {

0 commit comments

Comments
 (0)