File tree 3 files changed +6
-7
lines changed 3 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
211
211
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/process-node-version.svg
212
212
[ npm-url ] : https://npmjs.org/package/@stdlib/process-node-version
213
213
214
- [ test-image ] : https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=main
215
- [ test-url ] : https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:main
214
+ [ test-image ] : https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml/badge.svg?branch=v0.1.1
215
+ [ test-url ] : https://github.com/stdlib-js/process-node-version/actions/workflows/test.yml?query=branch:v0.1.1
216
216
217
217
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/process-node-version/main.svg
218
218
[ coverage-url ] : https://codecov.io/github/stdlib-js/process-node-version?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/process-node-version" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Node version." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
42
42
"url" : " https://github.com/stdlib-js/stdlib/issues"
43
43
},
44
44
"dependencies" : {
45
- "@stdlib/assert-is-node" : " ^0.1.0 " ,
46
- "@stdlib/cli-ctor" : " ^0.1.0 " ,
47
- "@stdlib/fs-read-file" : " ^0.1.0 "
45
+ "@stdlib/assert-is-node" : " ^0.1.1 " ,
46
+ "@stdlib/cli-ctor" : " ^0.1.1 " ,
47
+ "@stdlib/fs-read-file" : " ^0.1.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@stdlib/assert-is-browser" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments