diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 851f90b..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T03:27:33.396Z diff --git a/package.json b/package.json index b161e8c..e8696c7 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 8d1ae6c..7d90bf3 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -30,8 +30,8 @@ var acovercos = 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 //