File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4242 },
4343 "devDependencies" : {
4444 "@stdlib/array-uint16" : " ^0.1.0" ,
45- "@stdlib/assert-is-string" : " ^0.1.0 " ,
45+ "@stdlib/assert-is-string" : " ^0.1.1 " ,
4646 "@stdlib/bench" : " ^0.1.0" ,
47- "@stdlib/constants-uint16-max" : " ^0.1.0 " ,
48- "@stdlib/math-base-special-round" : " ^0.1.0 " ,
47+ "@stdlib/constants-uint16-max" : " ^0.1.1 " ,
48+ "@stdlib/math-base-special-round" : " ^0.1.1 " ,
4949 "@stdlib/random-base-randu" : " ^0.1.0" ,
5050 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5151 "istanbul" : " ^0.4.1" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var toBinaryString = 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