Skip to content

Commit c86fb4f

Browse files
committed
Auto-generated commit
1 parent 8af762c commit c86fb4f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-02T01:55:51.715Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
314314
[npm-image]: http://img.shields.io/npm/v/@stdlib/fs-write-file.svg
315315
[npm-url]: https://npmjs.org/package/@stdlib/fs-write-file
316316

317-
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=v0.2.3
318-
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:v0.2.3
317+
[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=main
318+
[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:main
319319

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@stdlib/cli-ctor": "^0.2.3",
4444
"@stdlib/fs-read-file": "^0.2.3",
4545
"@stdlib/process-cwd": "^0.2.3",
46-
"@stdlib/process-read-stdin": "^0.2.2",
46+
"@stdlib/process-read-stdin": "^0.2.3",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-browser": "^0.2.3",
5151
"@stdlib/assert-is-windows": "^0.2.3",
5252
"@stdlib/buffer-from-string": "^0.2.3",
5353
"@stdlib/process-exec-path": "^0.2.3",
54-
"@stdlib/string-replace": "^0.2.2",
54+
"@stdlib/string-replace": "^0.2.3",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"proxyquire": "^2.0.0",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.2.2"
59+
"@stdlib/bench-harness": "^0.2.3"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)