Skip to content

Commit 7fb5f2b

Browse files
authored
Merge pull request #30 from elliott-with-the-longest-name-on-github/patch-2
Access control
2 parents 23e55c3 + 0d2fcd5 commit 7fb5f2b

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
@@ -43,5 +43,8 @@
4343
"@changesets/cli": "^2.27.11",
4444
"@jridgewell/sourcemap-codec": "^1.4.15"
4545
},
46-
"packageManager": "[email protected]"
46+
"packageManager": "[email protected]",
47+
"publishConfig": {
48+
"access": "public"
49+
}
4750
}

0 commit comments

Comments
 (0)