diff --git a/README.md b/README.md index 7d6917b..743aff4 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-syntax-error.svg [npm-url]: https://npmjs.org/package/@stdlib/assert-is-syntax-error -[test-image]: https://github.com/stdlib-js/assert-is-syntax-error/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/assert-is-syntax-error/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/assert-is-syntax-error/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/assert-is-syntax-error/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-syntax-error/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-syntax-error?branch=main diff --git a/package.json b/package.json index 91b18fd..8ce65a8 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@stdlib/utils-type-of": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-is-boolean": "^0.1.0", - "@stdlib/assert-is-browser": "^0.1.0", + "@stdlib/assert-is-boolean": "^0.1.1", + "@stdlib/assert-is-browser": "^0.1.1", "@stdlib/bench": "^0.1.0", "@stdlib/utils-inherit": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",