diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index dccae44..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T04:07:08.658Z diff --git a/package.json b/package.json index 79310d7..7f42433 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/test/dist/test.js b/test/dist/test.js index b7292c8..95e21c9 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -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 //