From 7d480bae1a0e01acd145ab56d283a34c7b846853 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:38:41 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4260111..e15ae3a 100644 --- a/README.md +++ b/README.md @@ -211,8 +211,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-nan.svg [npm-url]: https://npmjs.org/package/@stdlib/assert-is-nan -[test-image]: https://github.com/stdlib-js/assert-is-nan/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/assert-is-nan/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/assert-is-nan/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/assert-is-nan/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-nan/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-nan?branch=main diff --git a/package.json b/package.json index ac178c4..58152e2 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-has-symbol-support": "^0.1.0", - "@stdlib/assert-is-boolean": "^0.1.0", + "@stdlib/assert-has-symbol-support": "^0.1.1", + "@stdlib/assert-is-boolean": "^0.1.1", "@stdlib/bench": "^0.1.0", - "@stdlib/number-ctor": "^0.1.0", + "@stdlib/number-ctor": "^0.1.1", "@stdlib/symbol-ctor": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",