Skip to content

Commit

Permalink
Merge pull request #29 from zeko77/master
Browse files Browse the repository at this point in the history
Fixed umd rquire of the exports section in package.json
  • Loading branch information
mythz committed Apr 20, 2024
2 parents 9e9c0f3 + f19cf81 commit f157893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/servicestack-client.mjs",
"require": "./dist/servicestack-client.umd.cjs"
"require": "./dist/servicestack-client.umd"
}
},
"engines": {
Expand Down

0 comments on commit f157893

Please sign in to comment.