Skip to content

Commit

Permalink
Fixed umd rquire of the exports section in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zeko77 committed Apr 20, 2024
1 parent 9e9c0f3 commit f19cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 f19cf81

Please sign in to comment.