Skip to content

Commit 4162575

Browse files
committed
fix: ensure package is published as public
1 parent acc9a15 commit 4162575

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0"
2727
},
28+
"private": false,
29+
"publishConfig": {
30+
"access": "public"
31+
},
2832
"dependencies": {
2933
"@fortawesome/fontawesome-svg-core": "^6.2.1",
3034
"@fortawesome/free-solid-svg-icons": "^6.2.1",

0 commit comments

Comments
 (0)