diff --git a/README.md b/README.md index f31d3b2..f887a42 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-if-then.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-if-then -[test-image]: https://github.com/stdlib-js/utils-if-then/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/utils-if-then/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/utils-if-then/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/utils-if-then/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-if-then/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-if-then?branch=main diff --git a/package.json b/package.json index ec2b5d4..51e8f7c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@stdlib/bench": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-ceil": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", "@stdlib/string-repeat": "^0.1.0",