Skip to content

Commit

Permalink
v1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-stripe committed Feb 6, 2020
1 parent 39b5c7c commit 9dc5eae
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stripe/react-stripe-js",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "React components for Stripe.js and Stripe Elements",
"main": "dist/react-stripe.js",
"module": "dist/react-stripe.esm.js",
Expand Down Expand Up @@ -38,8 +38,18 @@
],
"jest": {
"preset": "ts-jest/presets/js-with-ts",
"setupFilesAfterEnv": ["<rootDir>/test/setupJest.js"],
"globals": {"ts-jest": {"diagnostics": {"ignoreCodes": [151001]}}}
"setupFilesAfterEnv": [
"<rootDir>/test/setupJest.js"
],
"globals": {
"ts-jest": {
"diagnostics": {
"ignoreCodes": [
151001
]
}
}
}
},
"dependencies": {
"prop-types": "^15.7.2"
Expand Down

0 comments on commit 9dc5eae

Please sign in to comment.