We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c71c95 commit c6d553dCopy full SHA for c6d553d
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T00:54:34.841Z
+2022-10-01T01:19:25.703Z
lib/index.js
@@ -35,9 +35,9 @@
35
36
// MODULES //
37
38
-var ctors = require( './main.js' );
+var main = require( './main.js' );
39
40
41
// EXPORTS //
42
43
-module.exports = ctors;
+module.exports = main;
0 commit comments