Skip to content

Commit

Permalink
Type fixes before next release (#550)
Browse files Browse the repository at this point in the history
* Fix dir reference

* Remove 3.0.0 notice in preparation for 3.0.1
  • Loading branch information
fruchtose-stripe authored Feb 13, 2024
1 parent 9c24a64 commit fd9face
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# ⚠️ v3.0.0 Notice

We are aware of an issue impacting builds for some TypeScript users in our
latest package release **v3.0.0** and are actively investigating a fix. For the
time being, we recommend users to remain on the previous release
[v2.4.0](https://github.com/stripe/stripe-js/releases/tag/v2.4.0).

# Stripe.js ES Module

Use [Stripe.js](https://stripe.com/docs/stripe-js) as an ES module.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "./dist/stripe.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"types": "./types/index.d.ts",
"default": "./dist/stripe.js"
}
},
Expand All @@ -22,7 +22,7 @@
"default": "./dist/pure.mjs"
},
"require": {
"types": "./dist/pure.d.ts",
"types": "./types/pure.d.ts",
"default": "./dist/pure.js"
}
}
Expand Down

0 comments on commit fd9face

Please sign in to comment.