Skip to content

Commit e404a7e

Browse files
committed
Export function using ESM
1 parent 9172917 commit e404a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import plugin from "./fetch-repos.js";
22

3-
module.exports = function (octokit) {
3+
export default function (octokit) {
44
return {
55
fetchAllRepos: plugin.bind(null, octokit),
66
};

0 commit comments

Comments
 (0)