Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 5, 2023
1 parent 27fb046 commit f69e08e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float64-max-base2-exponent": "^0.1.0",
"@stdlib/constants-float64-min-base2-exponent": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/constants-float64-max-base2-exponent": "^0.1.1",
"@stdlib/constants-float64-min-base2-exponent": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-ldexp": "^0.1.0",
"@stdlib/math-base-special-round": "^0.1.0"
"@stdlib/math-base-special-round": "^0.1.1"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.0",
"@stdlib/fs-write-file": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-tools-evalpoly-compile": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/time-current-year": "^0.1.0",
"@stdlib/time-current-year": "^0.1.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down
10 changes: 5 additions & 5 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ var exp2 = require( './../../dist' );

// FIXTURES //

var mediumNegative = require( './../..xtures/julia/medium_negative.json' );
var mediumPositive = require( './../..xtures/julia/medium_positive.json' );
var smallNegative = require( './../..xtures/julia/small_negative.json' );
var smallPositive = require( './../..xtures/julia/small_positive.json' );
var tiny = require( './../..xtures/julia/tiny.json' );
var mediumNegative = require( './../fixtures/julia/medium_negative.json' );
var mediumPositive = require( './../fixtures/julia/medium_positive.json' );
var smallNegative = require( './../fixtures/julia/small_negative.json' );
var smallPositive = require( './../fixtures/julia/small_positive.json' );
var tiny = require( './../fixtures/julia/tiny.json' );


// TESTS //
Expand Down

0 comments on commit f69e08e

Please sign in to comment.