File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/repl/cli/lib Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 788
788
{
789
789
"command" : " repl" ,
790
790
"description" : " Start a REPL." ,
791
- "path" : " @stdlib/repl" ,
791
+ "path" : " @stdlib/repl/cli " ,
792
792
"group" : " general"
793
793
},
794
794
{
795
795
"command" : " repl-presentation" ,
796
796
"description" : " Start a REPL presentation." ,
797
- "path" : " @stdlib/repl/presentation" ,
797
+ "path" : " @stdlib/repl/cli/ presentation" ,
798
798
"group" : " general"
799
799
},
800
800
{
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var append = require( '@stdlib/utils/append' );
46
46
var nextTick = require ( '@stdlib/utils/next-tick' ) ;
47
47
var Boolean = require ( '@stdlib/boolean/ctor' ) ;
48
48
var assign = require ( '@stdlib/object/assign' ) ;
49
- var BaseREPL = require ( '@stdlib/repl/base' ) ;
49
+ var BaseREPL = require ( '@stdlib/repl/base/ctor ' ) ;
50
50
var validate = require ( './validate.js' ) ;
51
51
var parseKey = require ( './parse_key.js' ) ;
52
52
var defaults = require ( './defaults.js' ) ;
You can’t perform that action at this time.
0 commit comments