Skip to content

Commit

Permalink
chore: review and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 27, 2023
1 parent 096391b commit ed2228e
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 1,479 deletions.
484 changes: 0 additions & 484 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alwatr-storage",
"description": "An extremely fast and compact json-based database with memory cache.",
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
"repository": "https://github.com/Alwatr/storage",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"license": "MIT",
Expand Down
222 changes: 0 additions & 222 deletions packages/api/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/api/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alwatr/storage-api",
"version": "4.0.0-rc.0",
"description": "Alwatr Storage API, Elegant micro in-memory json-like storage nanoservice with disk backed, Fastest NoSQL Database.",
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
"type": "module",
"keywords": [
"database",
Expand Down
1 change: 0 additions & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"composite": true,
"tsBuildInfoFile": ".tsbuildinfo",
"rootDir": "src",
"outDir": ".",
"noEmit": true
},

Expand Down
Loading

0 comments on commit ed2228e

Please sign in to comment.