Skip to content

Commit a1f9e58

Browse files
🔧 config(fixpack): Sort type key and swap umd:main and unpkg.
1 parent 19fda2b commit a1f9e58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.fixpackrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
"bugs",
2020
"keywords",
2121
"sideEffects",
22+
"type",
2223
"source",
2324
"main",
2425
"module",
25-
"unpkg",
2626
"umd:main",
27+
"unpkg",
2728
"exports",
2829
"files",
2930
"scripts",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"source": "src/index.js",
2626
"main": "dist/index.js",
2727
"module": "dist/index.module.js",
28-
"unpkg": "dist/index.umd.js",
2928
"umd:main": "dist/index.umd.js",
29+
"unpkg": "dist/index.umd.js",
3030
"exports": {
3131
".": {
3232
"browser": "./dist/index.module.js",

0 commit comments

Comments
 (0)