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 ba987b2 commit 81b8489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float64-e": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-gamma-lanczos-g": "^0.1.0",
"@stdlib/constants-float64-e": "^0.1.1",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-gamma-lanczos-g": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-special-exp": "^0.1.0",
"@stdlib/math-base-special-factorial": "^0.1.0",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/math-base-special-gamma": "^0.1.0",
"@stdlib/math-base-special-gamma-lanczos-sum": "^0.1.0",
"@stdlib/math-base-special-gamma-lanczos-sum": "^0.1.1",
"@stdlib/math-base-special-log1p": "^0.1.0",
"@stdlib/math-base-special-pow": "^0.1.0"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down
12 changes: 6 additions & 6 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ var gammaDeltaRatio = require( './../../dist' );

// FIXTURES //

var decimalsIntegers = require( './../..xtures/cpp/decimals_integers.json' );
var largeIntegers = require( './../..xtures/cpp/large_integers.json' );
var smallIntegers = require( './../..xtures/cpp/small_integers.json' );
var largeTiny = require( './../..xtures/cpp/large_tiny.json' );
var tinyLarge = require( './../..xtures/cpp/tiny_large.json' );
var decimals = require( './../..xtures/cpp/decimals.json' );
var decimalsIntegers = require( './../fixtures/cpp/decimals_integers.json' );
var largeIntegers = require( './../fixtures/cpp/large_integers.json' );
var smallIntegers = require( './../fixtures/cpp/small_integers.json' );
var largeTiny = require( './../fixtures/cpp/large_tiny.json' );
var tinyLarge = require( './../fixtures/cpp/tiny_large.json' );
var decimals = require( './../fixtures/cpp/decimals.json' );


// TESTS //
Expand Down

0 comments on commit 81b8489

Please sign in to comment.