Skip to content

Commit 901dd4a

Browse files
committed
🥭 w/ citation cff
1 parent 8d12178 commit 901dd4a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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-javascript-text: Utilities for processing JavaScript text"
8+
version: 0.1.10
9+
doi: 10.5281/zenodo.6944479
10+
date-released: 2022-07-31

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ main();
114114
<br>
115115
<br>
116116

117-
[![](https://img.youtube.com/vi/rJYcZX8na_Q/maxresdefault.jpg)](https://www.youtube.com/watch?v=rJYcZX8na_Q)
117+
[![](https://img.youtube.com/vi/rJYcZX8na_Q/maxresdefault.jpg)](https://www.youtube.com/watch?v=rJYcZX8na_Q)<br>
118+
[![DOI](https://zenodo.org/badge/476759917.svg)](https://zenodo.org/badge/latestdoi/476759917)
118119

119120

120121
[tagStrings]: https://nodef.github.io/extra-javascript-text/modules.html#tagStrings

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-javascript-text",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Utilities for processing JavaScript text.",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)