Skip to content

Commit e982f2d

Browse files
committed
lint
--- 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 547e285 commit e982f2d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanrange/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanrange/lib/index.js

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

5050
// MODULES //
5151

52-
var main = require( '@stdlib/stats/incr/nanrange' );
52+
var main = require( '@stdlib/stats/incr/nanrange/lib/main.js' );
5353

5454

5555
// EXPORTS //

0 commit comments

Comments
 (0)