Skip to content

Commit 2abd8af

Browse files
committed
Auto-generated commit
1 parent 422792e commit 2abd8af

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:43:25.381Z
1+
2022-10-01T01:07:53.569Z

lib/index.js

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

3333
// MODULES //
3434

35-
var hasNodeBufferSupport = require( './main.js' );
35+
var main = require( './main.js' );
3636

3737

3838
// EXPORTS //
3939

40-
module.exports = hasNodeBufferSupport;
40+
module.exports = main;

0 commit comments

Comments
 (0)