We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9172917 commit 5bd39d9Copy full SHA for 5bd39d9
index.js
@@ -1,6 +1,6 @@
1
import plugin from "./fetch-repos.js";
2
3
-module.exports = function (octokit) {
+export default function (octokit) {
4
return {
5
fetchAllRepos: plugin.bind(null, octokit),
6
};
0 commit comments