File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 },
3939 "dependencies" : {
4040 "@stdlib/math-base-special-pow" : " ^0.1.0" ,
41- "@stdlib/number-float64-base-to-uint32" : " ^0.1.0 " ,
42- "@stdlib/string-format" : " ^0.1.0 "
41+ "@stdlib/number-float64-base-to-uint32" : " ^0.1.1 " ,
42+ "@stdlib/string-format" : " ^0.1.1 "
4343 },
4444 "devDependencies" : {
4545 "@stdlib/bench" : " ^0.1.0" ,
46- "@stdlib/constants-uint32-max" : " ^0.1.0 " ,
47- "@stdlib/math-base-assert-is-nan" : " ^0.1.0 " ,
48- "@stdlib/math-base-special-round" : " ^0.1.0 " ,
46+ "@stdlib/constants-uint32-max" : " ^0.1.1 " ,
47+ "@stdlib/math-base-assert-is-nan" : " ^0.1.1 " ,
48+ "@stdlib/math-base-special-round" : " ^0.1.1 " ,
4949 "@stdlib/number-uint32-base-to-binary-string" : " ^0.1.0" ,
5050 "@stdlib/random-base-randu" : " ^0.1.0" ,
5151 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var fromBinaryStringUint32 = require( './../../dist' );
2727
2828// FIXTURES //
2929
30- var data = require ( './../..xtures /julia/data.json' ) ;
30+ var data = require ( './../fixtures /julia/data.json' ) ;
3131
3232
3333// TESTS //
You can’t perform that action at this time.
0 commit comments