Skip to content

Commit e661163

Browse files
committed
fix broken umd export
1 parent 4f19d6d commit e661163

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@
109109
"require": "./bundles/*.cjs",
110110
"import": "./bundles/*.js"
111111
},
112-
"./bundles/umd": {
113-
"require": "./bundles/umd/base.js",
114-
"import": "./bundles/umd/base.js"
115-
},
116112
"./config/*": {
117113
"require": "./config/*.cjs",
118114
"import": "./config/*.js"
@@ -148,4 +144,4 @@
148144
"default": "./index.js"
149145
}
150146
}
151-
}
147+
}

0 commit comments

Comments
 (0)