File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -430,8 +430,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
430430[ npm-image ] : http://img.shields.io/npm/v/@stdlib/random-array-hypergeometric.svg
431431[ npm-url ] : https://npmjs.org/package/@stdlib/random-array-hypergeometric
432432
433- [ test-image ] : https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml/badge.svg?branch=main
434- [ test-url ] : https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml?query=branch:main
433+ [ test-image ] : https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml/badge.svg?branch=v0.1.0
434+ [ test-url ] : https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml?query=branch:v0.1.0
435435
436436[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/random-array-hypergeometric/main.svg
437437[ coverage-url ] : https://codecov.io/github/stdlib-js/random-array-hypergeometric?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/random-array-hypergeometric" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Create an array containing pseudorandom numbers drawn from a hypergeometric distribution." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "dependencies" : {
4040 "@stdlib/array-defaults" : " ^0.1.0" ,
4141 "@stdlib/array-dtypes" : " ^0.1.0" ,
42- "@stdlib/random-array-tools-ternary-factory" : " github:stdlib-js/random-array-tools-ternary-factory#main " ,
42+ "@stdlib/random-array-tools-ternary-factory" : " ^0.1.0 " ,
4343 "@stdlib/random-base-hypergeometric" : " ^0.1.0" ,
4444 "@stdlib/types" : " ^0.2.0" ,
4545 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments