Skip to content

Commit c0c61b5

Browse files
committed
chore: package.json infos
1 parent df0cad6 commit c0c61b5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
{
22
"name": "react-idb-cache",
3+
"description": "Cache for React",
4+
"author": "Philipp Fritsche",
5+
"repository": "https://github.com/ph-fritsche/react-idb-cache.git",
6+
"keywords": [
7+
"React",
8+
"cache",
9+
"idb",
10+
"IndexedDB",
11+
"asynchronous",
12+
"fetch"
13+
],
314
"main": "dist/index.js",
415
"module": "dist/index.esm.js",
516
"files": [
617
"/dist"
718
],
819
"dependencies": {
920
"debug": "^4.3.1",
10-
"idb-keyval": "5.0.1"
21+
"idb-keyval": "^5.0.1"
1122
},
1223
"devDependencies": {
1324
"@ph.fritsche/eslint-config": "^0.1.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ [email protected]:
22782278
dependencies:
22792279
safer-buffer ">= 2.1.2 < 3"
22802280

2281-
2281+
idb-keyval@^5.0.1:
22822282
version "5.0.1"
22832283
resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-5.0.1.tgz#d3913debfb58edee299da5cf2dded6c2670c05ef"
22842284
integrity sha512-bfi+Znn6oSPPgGcVUj2tYMIOQ5TD6V1qj50SdKQecGZx9lqUATcQ7ArHOt9sPcEhACoYe//yr2igmS6SMc59SA==

0 commit comments

Comments
 (0)