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

This file was deleted.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float64-eulergamma": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.0",
"@stdlib/constants-float64-pi": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/constants-float64-sqrt-two-pi": "^0.1.0",
"@stdlib/constants-float64-eulergamma": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pi": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/constants-float64-sqrt-two-pi": "^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-negative-zero": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-assert-is-negative-zero": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-special-exp": "^0.1.0",
"@stdlib/math-base-special-floor": "^0.1.0",
Expand All @@ -56,22 +56,22 @@
"@stdlib/array-base-incrspace": "^0.1.0",
"@stdlib/array-base-linspace": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-gamma-lanczos-g": "^0.1.0",
"@stdlib/constants-float64-max": "^0.1.0",
"@stdlib/constants-float64-max-ln": "^0.1.0",
"@stdlib/constants-float64-sqrt-eps": "^0.1.0",
"@stdlib/fs-write-file": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-gamma-lanczos-g": "^0.1.1",
"@stdlib/constants-float64-max": "^0.1.1",
"@stdlib/constants-float64-max-ln": "^0.1.1",
"@stdlib/constants-float64-sqrt-eps": "^0.1.1",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-assert-is-odd": "^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-ln": "^0.1.0",
"@stdlib/math-base-special-maxn": "^0.1.0",
"@stdlib/math-base-special-maxn": "^0.1.1",
"@stdlib/math-base-special-signum": "^0.1.0",
"@stdlib/math-base-special-sinpi": "^0.1.0",
"@stdlib/math-base-tools-evalpoly-compile": "^0.1.0",
"@stdlib/math-base-tools-evalrational-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
8 changes: 4 additions & 4 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ var gamma = require( './../../dist' );

// FIXTURES //

var data1 = require( './../..xtures/r/data1.json' );
var expected1 = require( './../..xtures/r/expected1.json' );
var data2 = require( './../..xtures/r/data2.json' );
var expected2 = require( './../..xtures/r/expected2.json' );
var data1 = require( './../fixtures/r/data1.json' );
var expected1 = require( './../fixtures/r/expected1.json' );
var data2 = require( './../fixtures/r/data2.json' );
var expected2 = require( './../fixtures/r/expected2.json' );


// TESTS //
Expand Down

0 comments on commit 1c5c4f4

Please sign in to comment.