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 42
42
},
43
43
"devDependencies" : {
44
44
"@stdlib/array-uint8" : " ^0.1.0" ,
45
- "@stdlib/assert-is-string" : " ^0.1.0 " ,
45
+ "@stdlib/assert-is-string" : " ^0.1.1 " ,
46
46
"@stdlib/bench" : " ^0.1.0" ,
47
- "@stdlib/constants-uint8-max" : " ^0.1.0 " ,
47
+ "@stdlib/constants-uint8-max" : " ^0.1.1 " ,
48
48
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
49
49
"istanbul" : " ^0.4.1" ,
50
50
"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' );
27
27
28
28
// FIXTURES //
29
29
30
- var data = require ( './../..xtures /julia/data.json' ) ;
30
+ var data = require ( './../fixtures /julia/data.json' ) ;
31
31
32
32
33
33
// TESTS //
You can’t perform that action at this time.
0 commit comments