From 327327dbe033bbcbbb47c42b6b9df94f2fc3923c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:34:36 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 6 +++--- test/dist/test.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8aab1c2..ef0ad74 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-laplace-mean.svg [npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-laplace-mean -[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-mean/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-mean/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-mean/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-mean/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-laplace-mean/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-laplace-mean?branch=main diff --git a/package.json b/package.json index d34b13a..6226606 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ }, "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", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", diff --git a/test/dist/test.js b/test/dist/test.js index 9c4e261..64db299 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -31,7 +31,7 @@ var mean = require( './../../dist' ); // FIXTURES // -var data = require( './../..xtures/julia/data.json' ); +var data = require( './../fixtures/julia/data.json' ); // TESTS //