File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4242 },
4343 "devDependencies" : {
4444 "@stdlib/array-uint8" : " ^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-uint8-max" : " ^0.1.0 " ,
47+ "@stdlib/constants-uint8-max" : " ^0.1.1 " ,
4848 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
4949 "istanbul" : " ^0.4.1" ,
5050 "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var bits = 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