Skip to content

Commit 643fc0d

Browse files
committed
update package.json
1 parent 2cac173 commit 643fc0d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is simple, no dependencies, local disk, table-level Node.js JSON database,
55
## Install
66

77
```bash
8-
npm i @talaikis/json-db
8+
npm i -S @talaikis/json-db
99
```
1010

1111
## Fucntions

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
},
1313
"keywords": [
1414
"database",
15-
"json"
15+
"json",
16+
"db",
17+
"storage",
18+
"node",
19+
"nodejs"
1620
],
1721
"author": "Tadas Talaikis <info@talaikis.com>",
1822
"license": "MIT",
1923
"bugs": {
2024
"url": "https://github.com/TalaikisInc/json-db/issues"
2125
},
22-
"homepage": "https://github.com/TalaikisInc/json-db#readme",
26+
"homepage": "https://talaikis.com",
2327
"devDependencies": {
2428
"chai": "^4.2.0",
2529
"chai-as-promised": "^7.1.1",

0 commit comments

Comments
 (0)