Skip to content

Commit b12bba1

Browse files
committed
Auto-generated commit
1 parent b90d300 commit b12bba1

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:48:37.367Z
1+
2022-10-01T02:16:56.988Z

lib/index.js

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

4343
// MODULES //
4444

45-
var iterator = require( './main.js' );
45+
var main = require( './main.js' );
4646

4747

4848
// EXPORTS //
4949

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

0 commit comments

Comments
 (0)