diff --git a/README.md b/README.md index eedabb8..f25632c 100644 --- a/README.md +++ b/README.md @@ -273,8 +273,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/fs-resolve-parent-path-by.svg [npm-url]: https://npmjs.org/package/@stdlib/fs-resolve-parent-path-by -[test-image]: https://github.com/stdlib-js/fs-resolve-parent-path-by/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/fs-resolve-parent-path-by/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/fs-resolve-parent-path-by/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/fs-resolve-parent-path-by/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/fs-resolve-parent-path-by/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/fs-resolve-parent-path-by?branch=main diff --git a/package.json b/package.json index 6f65ec9..55c1b88 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-is-browser": "^0.1.0", + "@stdlib/assert-is-browser": "^0.1.1", "@stdlib/bench": "^0.1.0", "@stdlib/utils-noop": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",