diff --git a/.github/.keepalive b/.github/.keepalive index 51f1256..4e5004b 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2022-09-01T01:01:16.486Z +2022-10-01T01:26:14.526Z diff --git a/lib/index.js b/lib/index.js index ab06dbe..cf03a56 100644 --- a/lib/index.js +++ b/lib/index.js @@ -43,9 +43,9 @@ // MODULES // -var iterator = require( './main.js' ); +var main = require( './main.js' ); // EXPORTS // -module.exports = iterator; +module.exports = main;