From d594275f8603c9d85371b0bf106f33c63724e74a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 02:53:08 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf6e710..87024a7 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/os-num-cpus.svg [npm-url]: https://npmjs.org/package/@stdlib/os-num-cpus -[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/os-num-cpus/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/os-num-cpus?branch=main diff --git a/package.json b/package.json index 7bceca2..97c85b7 100644 --- a/package.json +++ b/package.json @@ -43,11 +43,11 @@ "@stdlib/fs-read-file": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-is-browser": "^0.1.0", + "@stdlib/assert-is-browser": "^0.1.1", "@stdlib/assert-is-positive-integer": "^0.1.0", - "@stdlib/assert-is-windows": "^0.1.0", - "@stdlib/process-exec-path": "^0.1.0", - "@stdlib/utils-global": "^0.1.0", + "@stdlib/assert-is-windows": "^0.1.1", + "@stdlib/process-exec-path": "^0.1.1", + "@stdlib/utils-global": "^0.1.1", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",