Skip to content

Commit 4b30335

Browse files
committed
Rename main export files
1 parent ce1a561 commit 4b30335

File tree

46 files changed

+23
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+23
-23
lines changed

lib/node_modules/@stdlib/_tools/tests/bundle/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
// MODULES //
6464

65-
var bundle = require( './bundle.js' );
65+
var bundle = require( './main.js' );
6666

6767

6868
// EXPORTS //

lib/node_modules/@stdlib/_tools/tests/bundle/lib/bundle.js renamed to lib/node_modules/@stdlib/_tools/tests/bundle/lib/main.js

File renamed without changes.

lib/node_modules/@stdlib/array/buffer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// MODULES //
3434

3535
var hasArrayBufferSupport = require( '@stdlib/assert/has-arraybuffer-support' );
36-
var builtin = require( './arraybuffer.js' );
36+
var builtin = require( './main.js' );
3737
var polyfill = require( './polyfill.js' );
3838

3939

File renamed without changes.

lib/node_modules/@stdlib/bench/harness/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
// MODULES //
4848

49-
var bench = require( './bench.js' );
49+
var bench = require( './main.js' );
5050

5151

5252
// EXPORTS //
File renamed without changes.

lib/node_modules/@stdlib/namespace/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
// MODULES //
3434

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

3737

3838
// EXPORTS //
File renamed without changes.

lib/node_modules/@stdlib/net/disposable-http-server/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
// MODULES //
4444

45-
var httpServer = require( './server.js' );
45+
var httpServer = require( './main.js' );
4646

4747

4848
// EXPORTS //

lib/node_modules/@stdlib/net/disposable-http-server/lib/server.js renamed to lib/node_modules/@stdlib/net/disposable-http-server/lib/main.js

File renamed without changes.

0 commit comments

Comments
 (0)