diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index dfd3a76..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T03:28:38.619Z diff --git a/package.json b/package.json index fbcb614..f670709 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "devDependencies": { "@stdlib/array-base-linspace": "^0.1.0", "@stdlib/bench": "^0.1.0", - "@stdlib/constants-float64-eps": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.1", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-abs": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", diff --git a/test/dist/test.js b/test/dist/test.js index 35d4e24..e381552 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -30,8 +30,8 @@ var avercos = require( './../../dist' ); // FIXTURES // -var data = require( './../..xtures/julia/data.json' ); -var smallNegative = require( './../..xtures/julia/small_negative.json' ); +var data = require( './../fixtures/julia/data.json' ); +var smallNegative = require( './../fixtures/julia/small_negative.json' ); // TESTS //