Skip to content

Commit ebbafc2

Browse files
committed
Auto-generated commit
1 parent ed3e40f commit ebbafc2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
217217
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-remove-utf8-bom.svg
218218
[npm-url]: https://npmjs.org/package/@stdlib/string-remove-utf8-bom
219219

220-
[test-image]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=v0.1.1
221-
[test-url]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:v0.1.1
220+
[test-image]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=main
221+
[test-url]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:main
222222

223223
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-remove-utf8-bom/main.svg
224224
[coverage-url]: https://codecov.io/github/stdlib-js/string-remove-utf8-bom?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"@stdlib/string-format": "^0.1.1"
4949
},
5050
"devDependencies": {
51-
"@stdlib/assert-is-browser": "^0.1.0",
52-
"@stdlib/assert-is-windows": "^0.1.0",
51+
"@stdlib/assert-is-browser": "^0.1.1",
52+
"@stdlib/assert-is-windows": "^0.1.1",
5353
"@stdlib/bench": "^0.1.0",
54-
"@stdlib/buffer-from-string": "^0.1.0",
55-
"@stdlib/process-exec-path": "^0.1.0",
54+
"@stdlib/buffer-from-string": "^0.1.1",
55+
"@stdlib/process-exec-path": "^0.1.1",
5656
"@stdlib/string-from-code-point": "^0.1.0",
57-
"@stdlib/string-replace": "^0.1.0",
57+
"@stdlib/string-replace": "^0.1.1",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"proxyquire": "^2.0.0",
6060
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)