Skip to content

Commit f1a69bb

Browse files
committed
feat: update package.json description and add repository metadata
1 parent f8494ab commit f1a69bb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "node-cache-plus",
33
"version": "1.0.0",
44
"type": "module",
5-
"description": "A wrapper around node-cache with additional features such tag based invalidation, factory functions, and more.",
5+
"description": "A wrapper around @cacheable/node-cache with additional features such tag based invalidation, factory functions, and more.",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"files": ["dist"],
@@ -30,7 +30,8 @@
3030
"tags",
3131
"factory",
3232
"wrapper",
33-
"helpers"
33+
"helpers",
34+
"cacheable"
3435
],
3536
"tags": [
3637
"cache",
@@ -46,8 +47,17 @@
4647
"tags",
4748
"factory",
4849
"wrapper",
49-
"helpers"
50+
"helpers",
51+
"cacheable"
5052
],
53+
"homepage": "https://github.com/apetta/node-cache-plus",
54+
"bugs": {
55+
"url": "https://github.com/apetta/node-cache-plus/issues"
56+
},
57+
"repository": {
58+
"type": "git",
59+
"url": "git+https://github.com/apetta/node-cache-plus.git"
60+
},
5161
"author": "Akshay Petta <[email protected]> (https://akshaypetta.com)",
5262
"license": "MIT",
5363
"devDependencies": {

0 commit comments

Comments
 (0)