Skip to content

Commit c6d553d

Browse files
committed
Auto-generated commit
1 parent 9c71c95 commit c6d553d

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-01T00:54:34.841Z
1+
2022-10-01T01:19:25.703Z

lib/index.js

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

3636
// MODULES //
3737

38-
var ctors = require( './main.js' );
38+
var main = require( './main.js' );
3939

4040

4141
// EXPORTS //
4242

43-
module.exports = ctors;
43+
module.exports = main;

0 commit comments

Comments
 (0)