Skip to content

Commit 6f02048

Browse files
committed
Auto-generated commit
1 parent 0b28b11 commit 6f02048

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
@@ -312,8 +312,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
312312
[npm-image]: http://img.shields.io/npm/v/@stdlib/fs-write-file.svg
313313
[npm-url]: https://npmjs.org/package/@stdlib/fs-write-file
314314

315-
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=v0.1.1
316-
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:v0.1.1
315+
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=main
316+
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:main
317317

318318
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/fs-write-file/main.svg
319319
[coverage-url]: https://codecov.io/github/stdlib-js/fs-write-file?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
4848
},
4949
"devDependencies": {
50-
"@stdlib/assert-is-browser": "^0.1.0",
51-
"@stdlib/assert-is-windows": "^0.1.0",
50+
"@stdlib/assert-is-browser": "^0.1.1",
51+
"@stdlib/assert-is-windows": "^0.1.1",
5252
"@stdlib/bench": "^0.1.0",
53-
"@stdlib/buffer-from-string": "^0.1.0",
54-
"@stdlib/process-exec-path": "^0.1.0",
55-
"@stdlib/string-replace": "^0.1.0",
53+
"@stdlib/buffer-from-string": "^0.1.1",
54+
"@stdlib/process-exec-path": "^0.1.1",
55+
"@stdlib/string-replace": "^0.1.1",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"proxyquire": "^2.0.0",
5858
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)