File tree 4 files changed +9
-3
lines changed 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,7 @@ jsconfig.json
182
182
# ###############
183
183
* .sublime-workspace
184
184
* .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>
9
9
Christopher Dambamuromo <chridam@gmail.com>
10
10
Dominik Moritz <domoritz@gmail.com>
11
11
Frank Kovacs <fran70kk@gmail.com>
12
+ Harshita Kalani <95532771+HarshitaKalani@users.noreply.github.com>
12
13
James <jdgelok@gmail.com>
13
14
Jithin KS <jithinks112@gmail.com>
14
15
Joey Reed <joeyrreed@gmail.com>
16
+ Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
15
17
Joris Labie <joris.labie1@gmail.com>
16
18
Justin Dennison <justin1dennison@gmail.com>
17
19
Marcus <mfantham@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
276
276
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-accessor.svg
277
277
[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-accessor
278
278
279
- [ test-image ] : https://github.com/stdlib-js/array-base-accessor/actions/workflows/test.yml/badge.svg?branch=main
280
- [ test-url ] : https://github.com/stdlib-js/array-base-accessor/actions/workflows/test.yml?query=branch:main
279
+ [ test-image ] : https://github.com/stdlib-js/array-base-accessor/actions/workflows/test.yml/badge.svg?branch=v0.0.1
280
+ [ test-url ] : https://github.com/stdlib-js/array-base-accessor/actions/workflows/test.yml?query=branch:v0.0.1
281
281
282
282
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-accessor/main.svg
283
283
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-accessor?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/array-base-accessor" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Create a minimal array-like object supporting the accessor protocol from another array-like object." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments