You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://actions-badge.atrox.dev/jaid/read-file-json/goto"><imgsrc="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fread-file-json%2Fbadge"alt="Build status"/></a> <ahref="https://github.com/jaid/read-file-json/commits"><imgsrc="https://img.shields.io/github/commits-since/jaid/read-file-json/v1.0.2?style=flat-square&logo=github"alt="Commits since v1.0.2"/></a> <ahref="https://github.com/jaid/read-file-json/commits"><imgsrc="https://img.shields.io/github/last-commit/jaid/read-file-json?style=flat-square&logo=github"alt="Last commit"/></a> <ahref="https://github.com/jaid/read-file-json/issues"><imgsrc="https://img.shields.io/github/issues/jaid/read-file-json?style=flat-square&logo=github"alt="Issues"/></a>
5
+
<ahref="https://actions-badge.atrox.dev/jaid/read-file-json/goto"><imgsrc="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fread-file-json%2Fbadge"alt="Build status"/></a> <ahref="https://github.com/jaid/read-file-json/commits"><imgsrc="https://img.shields.io/github/commits-since/jaid/read-file-json/v1.1.0?style=flat-square&logo=github"alt="Commits since v1.1.0"/></a> <ahref="https://github.com/jaid/read-file-json/commits"><imgsrc="https://img.shields.io/github/last-commit/jaid/read-file-json?style=flat-square&logo=github"alt="Last commit"/></a> <ahref="https://github.com/jaid/read-file-json/issues"><imgsrc="https://img.shields.io/github/issues/jaid/read-file-json?style=flat-square&logo=github"alt="Issues"/></a>
6
6
<ahref="https://npmjs.com/package/read-file-json"><imgsrc="https://img.shields.io/npm/v/read-file-json?style=flat-square&logo=npm&label=latest%20version"alt="Latest version on npm"/></a> <ahref="https://github.com/jaid/read-file-json/network/dependents"><imgsrc="https://img.shields.io/librariesio/dependents/npm/read-file-json?style=flat-square&logo=npm"alt="Dependents"/></a> <ahref="https://npmjs.com/package/read-file-json"><imgsrc="https://img.shields.io/npm/dm/read-file-json?style=flat-square&logo=npm"alt="Downloads"/></a>
7
7
8
8
**Reads JSON and JSON5 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.**
@@ -16,20 +16,20 @@
16
16
<ahref="https://npmjs.com/package/read-file-json"><imgsrc="https://img.shields.io/badge/npm-read--file--json-C23039?style=flat-square&logo=npm"alt="read-file-json on npm"/></a>
17
17
18
18
```bash
19
-
npm install --save read-file-json@^1.0.2
19
+
npm install --save read-file-json@^1.1.0
20
20
```
21
21
22
22
<ahref="https://yarnpkg.com/package/read-file-json"><imgsrc="https://img.shields.io/badge/Yarn-read--file--json-2F8CB7?style=flat-square&logo=yarn&logoColor=white"alt="read-file-json on Yarn"/></a>
23
23
24
24
```bash
25
-
yarn add read-file-json@^1.0.2
25
+
yarn add read-file-json@^1.1.0
26
26
```
27
27
28
28
<ahref="https://github.com/jaid/read-file-json/packages"><imgsrc="https://img.shields.io/badge/GitHub Packages-@jaid/read--file--json-24282e?style=flat-square&logo=github"alt="@jaid/read-file-json on GitHub Packages"/></a>
0 commit comments