Skip to content

Commit

Permalink
fix: explicit compatibility require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jan 22, 2025
1 parent 9fbb981 commit d13c87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node_compatibility/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const EasyPostClient = require('../..');
const EasyPostClient = require('../../dist/easypost');

const test = async () => {
const client = new EasyPostClient('apiKey');
Expand Down

0 comments on commit d13c87e

Please sign in to comment.