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 23e2bc9 commit 5d68189
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float64-max": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/constants-float64-max": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-assert-is-integer": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/math-base-special-gamma-delta-ratio": "^0.1.0"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/math-base-special-ceil": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
6 changes: 3 additions & 3 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ var fallingFactorial = require( './../../dist' );

// FIXTURES //

var negative = require( './../..xtures/cpp/negative.json' );
var large = require( './../..xtures/cpp/large.json' );
var small = require( './../..xtures/cpp/small.json' );
var negative = require( './../fixtures/cpp/negative.json' );
var large = require( './../fixtures/cpp/large.json' );
var small = require( './../fixtures/cpp/small.json' );


// TESTS //
Expand Down

0 comments on commit 5d68189

Please sign in to comment.