Skip to content

Commit 26a2185

Browse files
committed
Auto-generated commit
1 parent 7999ec0 commit 26a2185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-09-01T01:43:43.837Z
1+
2022-10-01T02:11:21.341Z

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
// MODULES //
4242

43-
var iterator = require( './main.js' );
43+
var main = require( './main.js' );
4444

4545

4646
// EXPORTS //
4747

48-
module.exports = iterator;
48+
module.exports = main;

0 commit comments

Comments
 (0)