Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Nov 8, 2022
1 parent 7933b16 commit 4d30ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/stripe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/stripe.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import _Error = require('./Error');
import StripeResource = require('./StripeResource');

const resources = require('./resources');

Expand Down Expand Up @@ -47,7 +46,7 @@ const ALLOWED_CONFIG_PROPERTIES = [
];

const EventEmitter = require('events').EventEmitter;

import StripeResource = require('./StripeResource');
Stripe.StripeResource = StripeResource;
Stripe.resources = resources;

Expand Down

0 comments on commit 4d30ef1

Please sign in to comment.