diff --git a/README.md b/README.md index 40b783c..1e17097 100644 --- a/README.md +++ b/README.md @@ -199,8 +199,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-index-modes.svg [npm-url]: https://npmjs.org/package/@stdlib/ndarray-index-modes -[test-image]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-index-modes/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-index-modes?branch=main diff --git a/package.json b/package.json index c03e991..6951f9d 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "@stdlib/utils-library-manifest": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-has-own-property": "^0.1.0", + "@stdlib/assert-has-own-property": "^0.1.1", "@stdlib/assert-is-nonnegative-integer": "^0.1.0", - "@stdlib/assert-is-string-array": "^0.1.0", + "@stdlib/assert-is-string-array": "^0.1.1", "@stdlib/bench": "^0.1.0", "@stdlib/utils-index-of": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",