We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fda2b commit a1f9e58Copy full SHA for a1f9e58
.fixpackrc
@@ -19,11 +19,12 @@
19
"bugs",
20
"keywords",
21
"sideEffects",
22
+ "type",
23
"source",
24
"main",
25
"module",
- "unpkg",
26
"umd:main",
27
+ "unpkg",
28
"exports",
29
"files",
30
"scripts",
package.json
@@ -25,8 +25,8 @@
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
- "unpkg": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
+ "unpkg": "dist/index.umd.js",
"exports": {
31
".": {
32
"browser": "./dist/index.module.js",
0 commit comments