Skip to content

Commit ccdf60b

Browse files
🔧 config(package.json): Configure publication access.
1 parent 8cf5f19 commit ccdf60b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.fixpackrc

Lines changed: 1 addition & 0 deletions
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",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"files": [
4545
"dist"
4646
],
47+
"publishConfig": {
48+
"access": "public"
49+
},
4750
"scripts": {
4851
"build": "NODE_ENV=production microbundle",
4952
"build-docs": "esdoc",

0 commit comments

Comments
 (0)