Skip to content

Commit af0ce27

Browse files
add missing file extension
I copied from the CJS file, which doesn't require them
1 parent 15282ea commit af0ce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import reset2 from './reset.js'
1212
import config2 from './config.js'
1313
import callback2 from './callback.js'
1414
import version2 from './version.js'
15-
import listReplacedModules2 from './list'
15+
import listReplacedModules2 from './list.js'
1616
export const func = function2.default
1717
export { func as function }
1818
export const object = object2.default

0 commit comments

Comments
 (0)