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 8cf5f19 commit ccdf60bCopy full SHA for ccdf60b
.fixpackrc
@@ -28,6 +28,7 @@
28
"unpkg",
29
"exports",
30
"files",
31
+ "publishConfig",
32
"scripts",
33
"bundledDependencies",
34
"dependencies",
package.json
@@ -44,6 +44,9 @@
44
"files": [
45
"dist"
46
],
47
+ "publishConfig": {
48
+ "access": "public"
49
+ },
50
"scripts": {
51
"build": "NODE_ENV=production microbundle",
52
"build-docs": "esdoc",
0 commit comments