Skip to content

Commit da7b9de

Browse files
committed
Auto-generated commit
1 parent 5658d6a commit da7b9de

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
@@ -291,8 +291,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
291291
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-substring-before.svg
292292
[npm-url]: https://npmjs.org/package/@stdlib/string-substring-before
293293

294-
[test-image]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml/badge.svg?branch=v0.1.1
295-
[test-url]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml?query=branch:v0.1.1
294+
[test-image]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml/badge.svg?branch=main
295+
[test-url]: https://github.com/stdlib-js/string-substring-before/actions/workflows/test.yml?query=branch:main
296296

297297
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-substring-before/main.svg
298298
[coverage-url]: https://codecov.io/github/stdlib-js/string-substring-before?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"@stdlib/utils-regexp-from-string": "^0.1.1"
5353
},
5454
"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",
5757
"@stdlib/bench": "^0.1.0",
58-
"@stdlib/process-exec-path": "^0.1.0",
58+
"@stdlib/process-exec-path": "^0.1.1",
5959
"@stdlib/string-from-code-point": "^0.1.0",
60-
"@stdlib/string-replace": "^0.1.0",
60+
"@stdlib/string-replace": "^0.1.1",
6161
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6262
"proxyquire": "^2.0.0",
6363
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)