Skip to content

Commit

Permalink
fix(assert): Use module extension for types.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jul 27, 2021
1 parent 57697ae commit 7e79e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/assert/exported.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './src/types';
import './src/types.js';
2 changes: 1 addition & 1 deletion packages/assert/src/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// is a record of a failed attempt to remove '.types'.
// To satisfy CI, not only do we need to keep the file,
// but we need to import it here as well.
import './types';
import './types.js';

const { freeze } = Object;

Expand Down

0 comments on commit 7e79e5e

Please sign in to comment.