Skip to content

Commit eb160c4

Browse files
committed
refractor: correct lint error
1 parent 63e8fb6 commit eb160c4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanme/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/nanme/lib/main.js' );
52+
var main = require( './main.js' );
5353

5454

5555
// EXPORTS //

0 commit comments

Comments
 (0)