Skip to content

Commit 74a9955

Browse files
🔧 config(package.json): Set access to public.
1 parent 05c174a commit 74a9955

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .fixpackrc

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"unpkg",
2929
"exports",
3030
"files",
31+
"publishConfig",
3132
"scripts",
3233
"bundledDependencies",
3334
"dependencies",

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"files": [
4040
"dist"
4141
],
42+
"publishConfig": {
43+
"access": "public"
44+
},
4245
"scripts": {
4346
"build": "NODE_ENV=production microbundle",
4447
"build-docs": "esdoc",

0 commit comments

Comments
 (0)