Skip to content

Commit

Permalink
🐛 with citation details
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed May 10, 2023
1 parent a8552a3 commit 1d4d603
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Sahu
given-names: Subhajit
orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/extra-sorted-array: A sorted array is a collection of values, arranged in an order"
version: 1.0.0
doi: 10.5281/zenodo.7919743
date-released: 2023-05-10
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-sorted-array",
"version": "1.0.0",
"version": "1.0.1",
"description": "A sorted array is a collection of values, arranged in an order.",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 1d4d603

Please sign in to comment.