From c25bcb33d3f4c95e8d39cef32ff22eb171296c61 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 06:14:15 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 6 +++--- test/dist/test.js | 2 +- 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 4808650..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T03:47:04.972Z diff --git a/package.json b/package.json index ef3f4aa..6240339 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/constants-float64-sqrt-two": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/constants-float64-sqrt-two": "^0.1.1", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-pow": "^0.1.0" }, "devDependencies": { "@stdlib/bench": "^0.1.0", - "@stdlib/constants-float64-eps": "^0.1.0", + "@stdlib/constants-float64-eps": "^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 5fc880e..e2f0922 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -29,7 +29,7 @@ var skewness = require( './../../dist' ); // FIXTURES // -var data = require( './../..xtures/julia/data.json' ); +var data = require( './../fixtures/julia/data.json' ); // TESTS //