Skip to content

Commit f157893

Browse files
authored
Merge pull request #29 from zeko77/master
Fixed umd rquire of the exports section in package.json
2 parents 9e9c0f3 + f19cf81 commit f157893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
".": {
5050
"types": "./dist/index.d.ts",
5151
"import": "./dist/servicestack-client.mjs",
52-
"require": "./dist/servicestack-client.umd.cjs"
52+
"require": "./dist/servicestack-client.umd"
5353
}
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)