Skip to content

Commit

Permalink
fix: export ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jan 25, 2020
1 parent 02cf443 commit 487c04c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"url": "https://github.com/bennypowers/stripe-elements.git"
},
"files": [
"*.d.ts",
"*.js",
"*.js.map",
"custom-elements.json",
Expand Down
1 change: 1 addition & 0 deletions src/stripe-elements.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { StripeElements } from './StripeElements';
export { StripeElements };

customElements.define(StripeElements.is, StripeElements);
1 change: 1 addition & 0 deletions src/stripe-payment-request.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { StripePaymentRequest } from './StripePaymentRequest';
export { StripePaymentRequest };

customElements.define(StripePaymentRequest.is, StripePaymentRequest);

0 comments on commit 487c04c

Please sign in to comment.