Skip to content

Commit 6665a4c

Browse files
committed
Auto-generated commit
1 parent 502e697 commit 6665a4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2022-10-01T01:34:08.871Z

lib/index.js

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

4242
// MODULES //
4343

44-
var doWhileEach = require( './main.js' );
44+
var main = require( './main.js' );
4545

4646

4747
// EXPORTS //
4848

49-
module.exports = doWhileEach;
49+
module.exports = main;

0 commit comments

Comments
 (0)