Skip to content

Commit

Permalink
Fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fruchtose-stripe committed Mar 14, 2024
1 parent 2823d99 commit d6899d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// eslint-disable-next-line no-undef
module.exports = require('../dist/stripe');
module.exports = require('../dist');
2 changes: 1 addition & 1 deletion lib/index.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '../dist/stripe.mjs';
export * from '../dist/index.mjs';

0 comments on commit d6899d7

Please sign in to comment.