Skip to content

Commit 1db6659

Browse files
authored
Chore: [AEA-3617] - Change the package access to public (#10)
1 parent 101d880 commit 1db6659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"private": false,
1919
"publishConfig": {
20-
"registry": "https://npm.pkg.github.com"
20+
"registry": "https://npm.pkg.github.com",
21+
"access": "public"
2122
},
2223
"type": "module",
2324
"devDependencies": {

0 commit comments

Comments
 (0)