Skip to content

Commit cf1f424

Browse files
committed
Auto-generated commit
1 parent cf6cecf commit cf1f424

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/constants-float32-exponent-bias": "^0.1.0",
40+
"@stdlib/constants-float32-exponent-bias": "^0.1.1",
4141
"@stdlib/constants-float32-ninf": "^0.1.0",
4242
"@stdlib/constants-float32-pinf": "^0.1.0",
4343
"@stdlib/math-base-special-abs": "^0.1.0",
@@ -47,11 +47,11 @@
4747
"@stdlib/string-right-pad": "^0.1.0"
4848
},
4949
"devDependencies": {
50-
"@stdlib/assert-is-string": "^0.1.0",
50+
"@stdlib/assert-is-string": "^0.1.1",
5151
"@stdlib/bench": "^0.1.0",
52-
"@stdlib/constants-float32-smallest-normal": "^0.1.0",
52+
"@stdlib/constants-float32-smallest-normal": "^0.1.1",
5353
"@stdlib/math-base-special-pow": "^0.1.0",
54-
"@stdlib/math-base-special-round": "^0.1.0",
54+
"@stdlib/math-base-special-round": "^0.1.1",
5555
"@stdlib/number-float64-base-to-float32": "^0.1.0",
5656
"@stdlib/random-base-randu": "^0.1.0",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

test/dist/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ var NUM_EXPONENT_BITS = 8;
3737

3838
// FIXTURES //
3939

40-
var small = require( './../..xtures/julia/bits_1e-36_1e-38.json' );
41-
var medium = require( './../..xtures/julia/bits_-1e3_1e3.json' );
42-
var large = require( './../..xtures/julia/bits_1e36_1e38.json' );
43-
var subnormal = require( './../..xtures/julia/bits_1e-39_1e-45.json' );
40+
var small = require( './../fixtures/julia/bits_1e-36_1e-38.json' );
41+
var medium = require( './../fixtures/julia/bits_-1e3_1e3.json' );
42+
var large = require( './../fixtures/julia/bits_1e36_1e38.json' );
43+
var subnormal = require( './../fixtures/julia/bits_1e-39_1e-45.json' );
4444

4545

4646
// TESTS //

0 commit comments

Comments
 (0)