We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3006600 commit 05f81d8Copy full SHA for 05f81d8
README.md
@@ -1,7 +1,6 @@
1
# ES Module for Stripe.js
2
3
Import and use [Stripe.js](https://stripe.com/docs/stripe-js) as an ES module.
4
-[](https://travis-ci.org/stripe/stripe-js)
5
[](https://www.npmjs.com/package/@stripe/stripe-js)
6
7
Stripe.js cannot be bundled with your code; it must be served from
package.json
@@ -21,7 +21,7 @@
21
],
22
"author": "Stripe (https://www.stripe.com)",
23
"license": "MIT",
24
- "hompeage": "https://stripe.com/docs/js",
+ "homepage": "https://stripe.com/docs/js",
25
"files": [
26
"dist",
27
"src"
0 commit comments