Skip to content

Commit

Permalink
fix(pkg): fix the package description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Oct 9, 2022
1 parent 0a28143 commit ddfad25
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "simple-on-disk-cache",
"version": "1.0.0",
"description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.",
"description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.",
"author": "UladKasach @uladkasach",
"license": "MIT",
"repository": "ehmpathy/simple-on-disk-cache",
"homepage": "https://github.com/ehmpathy/simple-on-disk-cache",
"keywords": [
"cache",
"memory",
"in-memory",
"browser",
"browser cache",
"disk",
"on-disk",
"filesystem",
"s3 cache",
"s3",
"local",
"locally mounted",
"nodejs",
"nodejs cache",
"simple",
Expand Down

0 comments on commit ddfad25

Please sign in to comment.