File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,7 @@ jsconfig.json
182182# ###############
183183* .sublime-workspace
184184* .sublime-project
185+
186+ # Other editor files #
187+ # #####################
188+ .idea /
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ Bruno Fenzl <brunofenzl@gmail.com>
99Christopher Dambamuromo <chridam@gmail.com>
1010Dominik Moritz <domoritz@gmail.com>
1111Frank Kovacs <fran70kk@gmail.com>
12+ Harshita Kalani <95532771+HarshitaKalani@users.noreply.github.com>
1213James <jdgelok@gmail.com>
1314Jithin KS <jithinks112@gmail.com>
1415Joey Reed <joeyrreed@gmail.com>
16+ Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
1517Joris Labie <joris.labie1@gmail.com>
1618Justin Dennison <justin1dennison@gmail.com>
1719Marcus <mfantham@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
201201[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-to-accessor-array.svg
202202[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-to-accessor-array
203203
204- [ test-image ] : https://github.com/stdlib-js/array-base-to-accessor-array/actions/workflows/test.yml/badge.svg?branch=main
205- [ test-url ] : https://github.com/stdlib-js/array-base-to-accessor-array/actions/workflows/test.yml?query=branch:main
204+ [ test-image ] : https://github.com/stdlib-js/array-base-to-accessor-array/actions/workflows/test.yml/badge.svg?branch=v0.0.1
205+ [ test-url ] : https://github.com/stdlib-js/array-base-to-accessor-array/actions/workflows/test.yml?query=branch:v0.0.1
206206
207207[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-to-accessor-array/main.svg
208208[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-to-accessor-array?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/array-base-to-accessor-array" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Convert an array-like object to a minimal array-like object supporting the accessor protocol." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/array-base-accessor" : " ^null " ,
40+ "@stdlib/array-base-accessor" : " ^0.0.1 " ,
4141 "@stdlib/array-base-assert-is-accessor-array" : " ^0.0.1" ,
4242 "@stdlib/types" : " ^0.0.14"
4343 },
You can’t perform that action at this time.
0 commit comments