Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 1, 2022
1 parent 92bd842 commit ba17284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-09-01T01:48:27.874Z
2022-10-01T02:16:46.278Z
6 changes: 3 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
// MODULES //

var setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );
var normal = require( './main.js' );
var main = require( './main.js' );
var factory = require( './factory.js' );


// MAIN //

setReadOnly( normal, 'factory', factory );
setReadOnly( main, 'factory', factory );


// EXPORTS //

module.exports = normal;
module.exports = main;

0 comments on commit ba17284

Please sign in to comment.