Skip to content

Commit ae96448

Browse files
authored
Merge pull request #30 from Layoric/master
Fix umd file exports require in package.json
2 parents 73c49e7 + 1498834 commit ae96448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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"
52+
"require": "./dist/servicestack-client.umd.js"
5353
}
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)