Skip to content

Commit 3111d39

Browse files
committed
fix: allow public publishing of scoped package
1 parent 3e64c8c commit 3111d39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
],
2222
"author": "devrohit06",
2323
"license": "ISC",
24+
"publishConfig": {
25+
"access": "public"
26+
},
2427
"dependencies": {
2528
"@astrojs/mdx": "^3.1.0",
2629
"@clack/prompts": "^0.11.0",
@@ -32,4 +35,4 @@
3235
"picocolors": "^1.1.1",
3336
"zod": "^3.23.0"
3437
}
35-
}
38+
}

0 commit comments

Comments
 (0)