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