File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var getDtype = require( '@stdlib/ndarray-base-dtype' );
26
26
var getShape = require ( '@stdlib/ndarray-base-shape' ) ;
27
27
var getOrder = require ( '@stdlib/ndarray-base-order' ) ;
28
28
var assign = require ( '@stdlib/ndarray-base-assign' ) ;
29
- var format = require ( '@stdlib/string-format ' ) ;
29
+ var format = require ( '@stdlib/error-tools-fmtprodmsg ' ) ;
30
30
31
31
32
32
// MAIN //
Original file line number Diff line number Diff line change 43
43
"@stdlib/ndarray-base-dtype" : " ^0.2.2" ,
44
44
"@stdlib/ndarray-base-order" : " ^0.2.2" ,
45
45
"@stdlib/ndarray-base-shape" : " ^0.2.2" ,
46
- "@stdlib/string-format " : " ^0.2.2" ,
46
+ "@stdlib/error-tools-fmtprodmsg " : " ^0.2.2" ,
47
47
"@stdlib/types" : " ^0.4.3" ,
48
48
"@stdlib/error-tools-fmtprodmsg" : " ^0.2.2"
49
49
},
You can’t perform that action at this time.
0 commit comments