From cc906fca01161682f6cc3bcc4aabc5d180e3ff9b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 05:51:17 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 4 ++-- test/dist/test.js | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/.keepalive 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 //