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 @@ -256,8 +256,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
256
256
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-regexp-string.svg
257
257
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-regexp-string
258
258
259
- [test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg? branch= v0.1.1
260
- [test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml? query= branch:v0.1.1
259
+ [test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg? branch= main
260
+ [test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml? query= branch:main
261
261
262
262
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp-string/main.svg
263
263
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-regexp-string? branch= main
Original file line number Diff line number Diff line change 50
50
"@stdlib/utils-regexp-from-string" : " ^0.1.1"
51
51
},
52
52
"devDependencies" : {
53
- "@stdlib/assert-is-boolean" : " ^0.1.0 " ,
54
- "@stdlib/assert-is-browser" : " ^0.1.0 " ,
55
- "@stdlib/assert-is-windows" : " ^0.1.0 " ,
53
+ "@stdlib/assert-is-boolean" : " ^0.1.1 " ,
54
+ "@stdlib/assert-is-browser" : " ^0.1.1 " ,
55
+ "@stdlib/assert-is-windows" : " ^0.1.1 " ,
56
56
"@stdlib/bench" : " ^0.1.0" ,
57
- "@stdlib/process-exec-path" : " ^0.1.0 " ,
58
- "@stdlib/string-replace" : " ^0.1.0 " ,
57
+ "@stdlib/process-exec-path" : " ^0.1.1 " ,
58
+ "@stdlib/string-replace" : " ^0.1.1 " ,
59
59
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
60
60
"proxyquire" : " ^2.0.0" ,
61
61
"istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments