Skip to content

Commit

Permalink
fix(ses): Remove some trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 6, 2024
1 parent 6028c56 commit ff61dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"unpkg": "./dist/ses.umd.js",
"types": "./types.d.ts",
"exports": {
".": {
".": {
"import": {
"types": "./types.d.ts",
"default": "./index.js"
Expand All @@ -45,7 +45,7 @@
"default": "./dist/ses.cjs"
}
},
"./lockdown": {
"./lockdown": {
"import": {
"types": "./types.d.ts",
"default": "./index.js"
Expand Down

0 comments on commit ff61dea

Please sign in to comment.