Skip to content

Commit c955efe

Browse files
committed
Auto-generated commit
1 parent 804e5fd commit c955efe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/index.js

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

6363
// MODULES //
6464

65-
var funseqAsync = require( './funseq_async.js' );
65+
var main = require( './main.js' );
6666

6767

6868
// EXPORTS //
6969

70-
module.exports = funseqAsync;
70+
module.exports = main;
File renamed without changes.

0 commit comments

Comments
 (0)