File tree Expand file tree Collapse file tree 3 files changed +10
-1445
lines changed Expand file tree Collapse file tree 3 files changed +10
-1445
lines changed Original file line number Diff line number Diff line change @@ -507,8 +507,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
507
507
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/cli-ctor.svg
508
508
[ npm-url ] : https://npmjs.org/package/@stdlib/cli-ctor
509
509
510
- [ test-image ] : https://github.com/stdlib-js/cli-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.1
511
- [ test-url ] : https://github.com/stdlib-js/cli-ctor/actions/workflows/test.yml?query=branch:v0.1.1
510
+ [ test-image ] : https://github.com/stdlib-js/cli-ctor/actions/workflows/test.yml/badge.svg?branch=main
511
+ [ test-url ] : https://github.com/stdlib-js/cli-ctor/actions/workflows/test.yml?query=branch:main
512
512
513
513
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/cli-ctor/main.svg
514
514
[ coverage-url ] : https://codecov.io/github/stdlib-js/cli-ctor?branch=main
Original file line number Diff line number Diff line change 46
46
"minimist" : " ^1.2.0"
47
47
},
48
48
"devDependencies" : {
49
- "@stdlib/assert-instance-of" : " ^0.1.0 " ,
50
- "@stdlib/assert-is-array" : " ^0.1.0 " ,
51
- "@stdlib/assert-is-browser" : " ^0.1.0 " ,
49
+ "@stdlib/assert-instance-of" : " ^0.1.1 " ,
50
+ "@stdlib/assert-is-array" : " ^0.1.1 " ,
51
+ "@stdlib/assert-is-browser" : " ^0.1.1 " ,
52
52
"@stdlib/bench" : " ^0.1.0" ,
53
- "@stdlib/fs-read-file" : " ^0.1.0 " ,
53
+ "@stdlib/fs-read-file" : " ^0.1.1 " ,
54
54
"proxyquire" : " ^2.0.0" ,
55
55
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
56
56
"istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments