Skip to content

Commit fa73af6

Browse files
authored
refactor: use other dep
Signed-off-by: Athan <[email protected]>
1 parent 77bf03d commit fa73af6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/lib/main.js

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

2323
var nextGraphemeClusterBreak = require( '@stdlib/string/next-grapheme-cluster-break' );
2424
var numGraphemeClusters = require( '@stdlib/string/num-grapheme-clusters' );
25-
var max = require( '@stdlib/math/base/special/max' );
25+
var max = require( '@stdlib/math/base/special/fast/max' );
2626

2727

2828
// MAIN //

0 commit comments

Comments
 (0)