Skip to content

Commit d594275

Browse files
committed
Auto-generated commit
1 parent db67033 commit d594275

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
223223
[npm-image]: http://img.shields.io/npm/v/@stdlib/os-num-cpus.svg
224224
[npm-url]: https://npmjs.org/package/@stdlib/os-num-cpus
225225

226-
[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=v0.1.1
227-
[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:v0.1.1
226+
[test-image]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml/badge.svg?branch=main
227+
[test-url]: https://github.com/stdlib-js/os-num-cpus/actions/workflows/test.yml?query=branch:main
228228

229229
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/os-num-cpus/main.svg
230230
[coverage-url]: https://codecov.io/github/stdlib-js/os-num-cpus?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"@stdlib/fs-read-file": "^0.1.1"
4444
},
4545
"devDependencies": {
46-
"@stdlib/assert-is-browser": "^0.1.0",
46+
"@stdlib/assert-is-browser": "^0.1.1",
4747
"@stdlib/assert-is-positive-integer": "^0.1.0",
48-
"@stdlib/assert-is-windows": "^0.1.0",
49-
"@stdlib/process-exec-path": "^0.1.0",
50-
"@stdlib/utils-global": "^0.1.0",
48+
"@stdlib/assert-is-windows": "^0.1.1",
49+
"@stdlib/process-exec-path": "^0.1.1",
50+
"@stdlib/utils-global": "^0.1.1",
5151
"proxyquire": "^2.0.0",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)