Skip to content

Commit 21f9389

Browse files
authored
fix: Explicit publish config (#70)
1 parent bd2ce27 commit 21f9389

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/fuselage-hooks/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"peerDependencies": {
5757
"invariant": "^2.2.4",
5858
"react": "^16.10.2"
59+
},
60+
"publishConfig": {
61+
"access": "public"
5962
}
6063
}

packages/fuselage/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,8 @@
129129
"last 1 firefox version",
130130
"last 1 safari version"
131131
]
132+
},
133+
"publishConfig": {
134+
"access": "public"
132135
}
133136
}

packages/icons/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"ttf2woff2": "^3.0.0",
3636
"unicode": "^11.0.1",
3737
"xml2js": "^0.4.19"
38+
},
39+
"publishConfig": {
40+
"access": "public"
3841
}
3942
}

0 commit comments

Comments
 (0)