Skip to content

Commit 276b54b

Browse files
committed
🐛 w/ citation cff
1 parent 714af51 commit 276b54b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CITATION.cff

+10
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-object: A collection of methods for working with Objects"
8+
version: 3.1.0
9+
doi: 10.5281/zenodo.7419320
10+
date-released: 2022-12-09

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ var x = {a: 1, b: 2, c: 3};
192192
193193
[![](https://i.imgur.com/f9LT8Xu.png)](https://www.youtube.com/watch?v=nrUszqrlvi8)
194194
[![ORG](https://img.shields.io/badge/org-nodef-green?logo=Org)](https://nodef.github.io)
195+
[![DOI](https://zenodo.org/badge/133806024.svg)](https://zenodo.org/badge/latestdoi/133806024)
195196
[![Coverage Status](https://coveralls.io/repos/github/nodef/extra-object/badge.svg?branch=master)](https://coveralls.io/github/nodef/extra-object?branch=master)
196197
[![Test Coverage](https://api.codeclimate.com/v1/badges/27933753bc28ffe2e9dd/test_coverage)](https://codeclimate.com/github/nodef/extra-object/test_coverage)
197198
[![Maintainability](https://api.codeclimate.com/v1/badges/27933753bc28ffe2e9dd/maintainability)](https://codeclimate.com/github/nodef/extra-object/maintainability)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extra-object",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A collection of methods for working with Objects.",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)