File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
310
310
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-normalize.svg
311
311
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-normalize
312
312
313
- [test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=main
314
- [test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:main
313
+ [test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=v0.2.2
314
+ [test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:v0.2.2
315
315
316
316
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-normalize/main.svg
317
317
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-normalize?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/number-float64-base-normalize" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments