Skip to content

Commit d991eb1

Browse files
committed
refactor: move example
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent c496227 commit d991eb1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/repl/cli/presentation/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/presentation/examples/index.js renamed to lib/node_modules/@stdlib/repl/cli/presentation/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
var join = require( 'path' ).join;
22-
var REPL = require( '@stdlib/repl' );
22+
var REPL = require( '@stdlib/repl/cli' );
2323
var Presentation = require( './../lib' ); // eslint-disable-line stdlib/no-redeclare
2424

2525
function onExit() {

0 commit comments

Comments
 (0)