Skip to content

Commit 0468c14

Browse files
committed
update readme
1 parent a50c416 commit 0468c14

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<p align="center">
2+
<a href="https://talaikis.com/">
3+
<img alt="Talaikis Ltd." src="https://github.com/TalaikisInc/talaikis.com_react/blob/master/media/logo.png" width="228">
4+
</a>
5+
</p>
6+
17
# Local JSON Database
28

39
This is simple, fast, small (12.5 KB), no dependencies, local disk, table-level Node.js JSON database, which we often use in large development workloads.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const _deleteTable = (baseDir, dir, done) => {
157157
} else {
158158
if (toDelete.length === i && errors === 0) {
159159
try {
160-
stat(path, (err, r) => {
160+
stat(path, (err, _) => {
161161
if (err === null) {
162162
rmdir(path, (err) => {
163163
if (err === null) {

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": "@talaikis/json-db",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "No dependencies local JSON database.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)