File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
276
276
[npm- image]: http: // img.shields.io/npm/v/@stdlib/string-right-pad.svg
277
277
[npm- url]: https: // npmjs.org/package/@stdlib/string-right-pad
278
278
279
- [test- image]: https: // github.com/stdlib-js/string-right-pad/actions/workflows/test.yml/badge.svg?branch=main
280
- [test- url]: https: // github.com/stdlib-js/string-right-pad/actions/workflows/test.yml?query=branch:main
279
+ [test- image]: https: // github.com/stdlib-js/string-right-pad/actions/workflows/test.yml/badge.svg?branch=v0.1.1
280
+ [test- url]: https: // github.com/stdlib-js/string-right-pad/actions/workflows/test.yml?query=branch:v0.1.1
281
281
282
282
[coverage- image]: https: // img.shields.io/codecov/c/github/stdlib-js/string-right-pad/main.svg
283
283
[coverage- url]: https: // codecov.io/github/stdlib-js/string-right-pad?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/string-right-pad" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Right pad a string." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
49
49
"@stdlib/process-read-stdin" : " ^0.1.1" ,
50
50
"@stdlib/regexp-eol" : " ^0.1.1" ,
51
51
"@stdlib/streams-node-stdin" : " ^0.1.1" ,
52
- "@stdlib/string-base-right-pad" : " ^0.1.0 " ,
52
+ "@stdlib/string-base-right-pad" : " ^0.1.1 " ,
53
53
"@stdlib/string-format" : " ^0.1.1" ,
54
54
"@stdlib/utils-regexp-from-string" : " ^0.1.1"
55
55
},
You can’t perform that action at this time.
0 commit comments