From 82104f2c0c909668046ed675c2f171f38ae72065 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:52:12 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 623f9c0..b05e59a 100644 --- a/README.md +++ b/README.md @@ -243,8 +243,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float64-eps.svg [npm-url]: https://npmjs.org/package/@stdlib/constants-float64-eps -[test-image]: https://github.com/stdlib-js/constants-float64-eps/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/constants-float64-eps/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/constants-float64-eps/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/constants-float64-eps/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64-eps/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/constants-float64-eps?branch=main diff --git a/package.json b/package.json index 3478173..6500f05 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@stdlib/math-base-special-abs": "^0.1.0", - "@stdlib/math-base-special-max": "^0.1.0", + "@stdlib/math-base-special-max": "^0.1.1", "@stdlib/math-base-special-pow": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",