Skip to content

Commit 3d02f93

Browse files
committed
Move to sub-directory
1 parent e4be785 commit 3d02f93

File tree

21 files changed

+12
-11
lines changed

21 files changed

+12
-11
lines changed

bin/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"datasets": "./lib/node_modules/@stdlib/datasets/bin/cli",
33
"ls": "./tools/pkgs/names/bin/cli",
44
"ls-tree": "./tools/pkgs/tree/bin/cli",
5-
"repl": "./lib/node_modules/@stdlib/repl/bin/cli"
5+
"repl": "./lib/node_modules/@stdlib/repl/server/bin/cli"
66
}

lib/node_modules/@stdlib/repl/README.md renamed to lib/node_modules/@stdlib/repl/server/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Usage
99

1010
``` javascript
11-
var repl = require( '@stdlib/repl' );
11+
var repl = require( '@stdlib/repl/server' );
1212
```
1313

1414
#### repl( \[options\], clbk )
@@ -35,7 +35,7 @@ function onStart( error, server ) {
3535
## Examples
3636

3737
``` javascript
38-
var repl = require( '@stdlib/repl' );
38+
var repl = require( '@stdlib/repl/server' );
3939

4040
// Start the REPL:
4141
repl( onStart );
@@ -69,7 +69,7 @@ function onStart( error, server ) {
6969
### Usage
7070

7171
``` bash
72-
Usage: stdlib-repl [options]
72+
Usage: stdlib-repl-server [options]
7373

7474
Options:
7575

@@ -87,7 +87,7 @@ Options:
8787
### Examples
8888

8989
``` bash
90-
$ stdlib-repl
90+
$ stdlib-repl-server
9191
Starting REPL...
9292
```
9393

File renamed without changes.
File renamed without changes.

lib/node_modules/@stdlib/repl/bin/usage.txt renamed to lib/node_modules/@stdlib/repl/server/bin/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: stdlib-repl [options]
2+
Usage: stdlib-repl-server [options]
33

44
Options:
55

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)