8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f49c4 commit 7a14babCopy full SHA for 7a14bab
README.md
@@ -196,8 +196,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
196
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-arraybuffer.svg
197
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-arraybuffer
198
199
-[test-image]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml/badge.svg?branch=v0.1.1
200
-[test-url]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml?query=branch:v0.1.1
+[test-image]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml/badge.svg?branch=main
+[test-url]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml?query=branch:main
201
202
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-arraybuffer/main.svg
203
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-arraybuffer?branch=main
package.json
@@ -50,7 +50,7 @@
50
"@stdlib/array-uint32": "^0.1.0",
51
"@stdlib/array-uint8": "^0.1.0",
52
"@stdlib/array-uint8c": "^0.1.0",
53
- "@stdlib/assert-is-boolean": "^0.1.0",
+ "@stdlib/assert-is-boolean": "^0.1.1",
54
"@stdlib/bench": "^0.1.0",
55
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
56
"istanbul": "^0.4.1",