Skip to content

Commit 2a96046

Browse files
committed
Auto-generated commit
1 parent 341a1b4 commit 2a96046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-09-01T01:45:25.880Z
1+
2022-10-01T02:13:15.273Z

lib/index.js

+2-2
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)