Skip to content

Commit

Permalink
revert mts (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelly-stripe authored Feb 15, 2024
1 parent 60f6dd6 commit 0305657
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exports": {
".": {
"import": {
"types": "./types/index.d.mts",
"types": "./types/index.d.ts",
"default": "./dist/stripe.mjs"
},
"require": {
Expand All @@ -18,7 +18,7 @@
},
"./pure": {
"import": {
"types": "./types/pure.d.mts",
"types": "./types/pure.d.ts",
"default": "./dist/pure.mjs"
},
"require": {
Expand Down
17 changes: 0 additions & 17 deletions types/index.d.mts

This file was deleted.

5 changes: 0 additions & 5 deletions types/pure.d.mts

This file was deleted.

0 comments on commit 0305657

Please sign in to comment.