Skip to content

Commit 3f2bebe

Browse files
committed
Auto-generated commit
1 parent 4df101c commit 3f2bebe

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-02T00:42:25.532Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
266266
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-ind2sub.svg
267267
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-ind2sub
268268

269-
[test-image]: https://github.com/stdlib-js/ndarray-ind2sub/actions/workflows/test.yml/badge.svg?branch=v0.2.3
270-
[test-url]: https://github.com/stdlib-js/ndarray-ind2sub/actions/workflows/test.yml?query=branch:v0.2.3
269+
[test-image]: https://github.com/stdlib-js/ndarray-ind2sub/actions/workflows/test.yml/badge.svg?branch=main
270+
[test-url]: https://github.com/stdlib-js/ndarray-ind2sub/actions/workflows/test.yml?query=branch:main
271271

272272
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-ind2sub/main.svg
273273
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-ind2sub?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@stdlib/assert-is-integer": "^0.2.3",
4242
"@stdlib/assert-is-nonnegative-integer-array": "^0.2.3",
4343
"@stdlib/assert-is-plain-object": "^0.2.3",
44-
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.2",
45-
"@stdlib/ndarray-base-assert-is-order": "^0.2.2",
44+
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.3",
45+
"@stdlib/ndarray-base-assert-is-order": "^0.2.3",
4646
"@stdlib/ndarray-base-ind2sub": "^0.2.3",
4747
"@stdlib/ndarray-base-shape2strides": "^0.2.3",
4848
"@stdlib/string-format": "^0.2.3",
@@ -55,7 +55,7 @@
5555
"@stdlib/assert-is-array": "^0.2.3",
5656
"@stdlib/math-base-special-floor": "^0.2.4",
5757
"@stdlib/ndarray-base-numel": "^0.2.3",
58-
"@stdlib/random-base-randu": "^0.2.2",
58+
"@stdlib/random-base-randu": "^0.2.3",
5959
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6060
"istanbul": "^0.4.1",
6161
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)