Skip to content

Commit 3d5d4f2

Browse files
committed
Rename main export files
1 parent 0375d87 commit 3d5d4f2

File tree

124 files changed

+62
-62
lines changed

Some content is hidden

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

124 files changed

+62
-62
lines changed

lib/node_modules/@stdlib/nlp/tokenize/lib/index.js

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

3838
// MODULES //
3939

40-
var tokenize = require( './tokenize.js' );
40+
var tokenize = require( './main.js' );
4141

4242

4343
// EXPORTS //
File renamed without changes.

lib/node_modules/@stdlib/plot/components/svg/background/lib/index.js

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

3535
// MODULES //
3636

37-
var Background = require( './background.js' );
37+
var Background = require( './main.js' );
3838

3939

4040
// EXPORTS //

lib/node_modules/@stdlib/plot/components/svg/background/lib/background.js renamed to lib/node_modules/@stdlib/plot/components/svg/background/lib/main.js

File renamed without changes.

lib/node_modules/@stdlib/plot/components/svg/canvas/lib/index.js

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

3535
// MODULES //
3636

37-
var Canvas = require( './canvas.js' );
37+
var Canvas = require( './main.js' );
3838

3939

4040
// EXPORTS //

lib/node_modules/@stdlib/plot/components/svg/canvas/lib/canvas.js renamed to lib/node_modules/@stdlib/plot/components/svg/canvas/lib/main.js

File renamed without changes.

lib/node_modules/@stdlib/random/sample/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// MODULES //
5151

5252
var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-property' );
53-
var sample = require( './sample.js' );
53+
var sample = require( './main.js' );
5454
var factory = require( './factory.js' );
5555

5656

File renamed without changes.

lib/node_modules/@stdlib/random/shuffle/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// MODULES //
4242

4343
var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-property' );
44-
var shuffle = require( './shuffle.js' );
44+
var shuffle = require( './main.js' );
4545
var factory = require( './factory.js' );
4646

4747

File renamed without changes.

0 commit comments

Comments
 (0)