File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
271
271
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-left-trim.svg
272
272
[npm-url]: https://npmjs.org/package/@stdlib/string-left-trim
273
273
274
- [test-image]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml/badge.svg? branch= v0.1.1
275
- [test-url]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml? query= branch:v0.1.1
274
+ [test-image]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml/badge.svg? branch= main
275
+ [test-url]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml? query= branch:main
276
276
277
277
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-left-trim/main.svg
278
278
[coverage-url]: https://codecov.io/github/stdlib-js/string-left-trim? branch= main
Original file line number Diff line number Diff line change 52
52
"@stdlib/utils-regexp-from-string" : " ^0.1.1"
53
53
},
54
54
"devDependencies" : {
55
- "@stdlib/assert-is-browser" : " ^0.1.0 " ,
56
- "@stdlib/assert-is-windows" : " ^0.1.0 " ,
55
+ "@stdlib/assert-is-browser" : " ^0.1.1 " ,
56
+ "@stdlib/assert-is-windows" : " ^0.1.1 " ,
57
57
"@stdlib/bench" : " ^0.1.0" ,
58
- "@stdlib/process-exec-path" : " ^0.1.0 " ,
59
- "@stdlib/string-replace" : " ^0.1.0 " ,
58
+ "@stdlib/process-exec-path" : " ^0.1.1 " ,
59
+ "@stdlib/string-replace" : " ^0.1.1 " ,
60
60
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
61
61
"proxyquire" : " ^2.0.0" ,
62
62
"istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments