Skip to content

Commit 5bd39d9

Browse files
authored
Export function using ESM (#96)
1 parent 9172917 commit 5bd39d9

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)