Skip to content

Commit 1d4d603

Browse files
committed
🐛 with citation details
1 parent a8552a3 commit 1d4d603

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CITATION.cff

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Sahu
5+
given-names: Subhajit
6+
orcid: https://orcid.org/0000-0001-5140-6578
7+
title: "nodef/extra-sorted-array: A sorted array is a collection of values, arranged in an order"
8+
version: 1.0.0
9+
doi: 10.5281/zenodo.7919743
10+
date-released: 2023-05-10

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extra-sorted-array",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A sorted array is a collection of values, arranged in an order.",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)