Skip to content

Commit fc16f86

Browse files
committed
v4.0.0
1 parent 204f271 commit fc16f86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stripe/react-stripe-js",
3-
"version": "3.9.2",
3+
"version": "4.0.0",
44
"description": "React components for Stripe.js and Stripe Elements",
55
"main": "dist/react-stripe.js",
66
"module": "dist/react-stripe.esm.mjs",
@@ -24,7 +24,9 @@
2424
},
2525
"typesVersions": {
2626
"*": {
27-
"checkout": ["dist/checkout.d.ts"]
27+
"checkout": [
28+
"dist/checkout.d.ts"
29+
]
2830
}
2931
},
3032
"scripts": {

0 commit comments

Comments
 (0)