Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
198
198
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-strict-equal.svg
199
199
[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-strict-equal
200
200
201
- [ test-image ] : https://github.com/stdlib-js/assert-is-strict-equal/actions/workflows/test.yml/badge.svg?branch=v0.1.1
202
- [ test-url ] : https://github.com/stdlib-js/assert-is-strict-equal/actions/workflows/test.yml?query=branch:v0.1.1
201
+ [ test-image ] : https://github.com/stdlib-js/assert-is-strict-equal/actions/workflows/test.yml/badge.svg?branch=main
202
+ [ test-url ] : https://github.com/stdlib-js/assert-is-strict-equal/actions/workflows/test.yml?query=branch:main
203
203
204
204
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-strict-equal/main.svg
205
205
[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-strict-equal?branch=main
Original file line number Diff line number Diff line change 38
38
},
39
39
"dependencies" : {},
40
40
"devDependencies" : {
41
- "@stdlib/assert-is-boolean" : " ^0.1.0 " ,
41
+ "@stdlib/assert-is-boolean" : " ^0.1.1 " ,
42
42
"@stdlib/bench" : " ^0.1.0" ,
43
- "@stdlib/boolean-ctor" : " ^0.1.0 " ,
44
- "@stdlib/number-ctor" : " ^0.1.0 " ,
43
+ "@stdlib/boolean-ctor" : " ^0.1.1 " ,
44
+ "@stdlib/number-ctor" : " ^0.1.1 " ,
45
45
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
46
46
"istanbul" : " ^0.4.1" ,
47
47
"tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments