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

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-napi-unary": "^0.1.0",
"@stdlib/math-base-special-exp": "^0.1.0",
"@stdlib/utils-library-manifest": "^0.1.0"
"@stdlib/utils-library-manifest": "^0.1.1"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/utils-try-require": "^0.1.0",
"@stdlib/utils-try-require": "^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
4 changes: 2 additions & 2 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ var expit = require( './../../dist' );

// FIXTURES //

var positive = require( './../..xtures/python/positive.json' );
var negative = require( './../..xtures/python/negative.json' );
var positive = require( './../fixtures/python/positive.json' );
var negative = require( './../fixtures/python/negative.json' );


// TESTS //
Expand Down

0 comments on commit 0a4aa8e

Please sign in to comment.