Skip to content

Commit 4fec0cd

Browse files
committed
Auto-generated commit
1 parent 43ecb16 commit 4fec0cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
225225
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-lowercase.svg
226226
[npm-url]: https://npmjs.org/package/@stdlib/string-lowercase
227227

228-
[test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.1.1
229-
[test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:v0.1.1
228+
[test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=main
229+
[test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:main
230230

231231
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-lowercase/main.svg
232232
[coverage-url]: https://codecov.io/github/stdlib-js/string-lowercase?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@stdlib/string-format": "^0.1.1"
5050
},
5151
"devDependencies": {
52-
"@stdlib/assert-is-browser": "^0.1.0",
53-
"@stdlib/assert-is-windows": "^0.1.0",
52+
"@stdlib/assert-is-browser": "^0.1.1",
53+
"@stdlib/assert-is-windows": "^0.1.1",
5454
"@stdlib/bench": "^0.1.0",
55-
"@stdlib/process-exec-path": "^0.1.0",
56-
"@stdlib/string-replace": "^0.1.0",
55+
"@stdlib/process-exec-path": "^0.1.1",
56+
"@stdlib/string-replace": "^0.1.1",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"proxyquire": "^2.0.0",
5959
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)