Skip to content

Commit

Permalink
add missing file extension
Browse files Browse the repository at this point in the history
I copied from the CJS file, which doesn't require them
  • Loading branch information
JakobJingleheimer committed Mar 11, 2024
1 parent 15282ea commit af0ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import reset2 from './reset.js'
import config2 from './config.js'
import callback2 from './callback.js'
import version2 from './version.js'
import listReplacedModules2 from './list'
import listReplacedModules2 from './list.js'
export const func = function2.default
export { func as function }
export const object = object2.default
Expand Down

0 comments on commit af0ce27

Please sign in to comment.