We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c174a commit 74a9955Copy full SHA for 74a9955
.fixpackrc
@@ -28,6 +28,7 @@
28
"unpkg",
29
"exports",
30
"files",
31
+ "publishConfig",
32
"scripts",
33
"bundledDependencies",
34
"dependencies",
package.json
@@ -39,6 +39,9 @@
39
"files": [
40
"dist"
41
],
42
+ "publishConfig": {
43
+ "access": "public"
44
+ },
45
"scripts": {
46
"build": "NODE_ENV=production microbundle",
47
"build-docs": "esdoc",
0 commit comments