From 6f02048b6525c10a38b5d298e00a2ba17fdc6bd1 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:21:53 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1151014..771a07e 100644 --- a/README.md +++ b/README.md @@ -312,8 +312,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/fs-write-file.svg [npm-url]: https://npmjs.org/package/@stdlib/fs-write-file -[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/fs-write-file/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/fs-write-file/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/fs-write-file?branch=main diff --git a/package.json b/package.json index 502dfa2..3d61bdb 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,12 @@ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-is-browser": "^0.1.0", - "@stdlib/assert-is-windows": "^0.1.0", + "@stdlib/assert-is-browser": "^0.1.1", + "@stdlib/assert-is-windows": "^0.1.1", "@stdlib/bench": "^0.1.0", - "@stdlib/buffer-from-string": "^0.1.0", - "@stdlib/process-exec-path": "^0.1.0", - "@stdlib/string-replace": "^0.1.0", + "@stdlib/buffer-from-string": "^0.1.1", + "@stdlib/process-exec-path": "^0.1.1", + "@stdlib/string-replace": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "proxyquire": "^2.0.0", "istanbul": "^0.4.1",