ifct2017 2.0.11 → 2.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@ The Indian Food Composition tables ([IFCT 2017]) provides nutritional values for
3
3
  📜 [Files](https://unpkg.com/ifct2017/).
4
4
 
5
5
  Food composition values were measured by [National Institute of Nutrition, Hyderabad]. Shown
6
- below is a text-query javascript API for search information through these tables. You may
6
+ below is a text-query JavaScript API for search information through these tables. You may
7
7
  also add these to a database for more control over the query.
8
8
 
9
9
  > Online database: [ifct2017.github.io].
@@ -95,6 +95,7 @@ main();
95
95
 
96
96
  [![](https://i.imgur.com/D5UYmbD.jpg)](http://ifct2017.com/)<br>
97
97
  [![ORG](https://img.shields.io/badge/org-ifct2017-green?logo=Org)](https://ifct2017.github.io)
98
+ [![DOI](https://zenodo.org/badge/133156402.svg)](https://zenodo.org/badge/latestdoi/133156402)
98
99
 
99
100
  [abbreviations]: https://www.npmjs.com/package/@ifct2017/abbreviations
100
101
  [about]: https://www.npmjs.com/package/@ifct2017/about
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ifct2017",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "The Indian Food Composition tables (IFCT 2017) provides nutritional values for 528 key foods.",
5
5
  "main": "index.js",
6
6
  "scripts": {