Skip to content

Commit a2fc73c

Browse files
committed
chore: release v1.0.2
1 parent 8e1a81d commit a2fc73c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-hub",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -53,6 +53,10 @@
5353
"publishConfig": {
5454
"access": "public"
5555
},
56+
"repository": {
57+
"type": "git",
58+
"url": "https://github.com/vextjs/cacheHub.git"
59+
},
5660
"peerDependencies": {
5761
"ioredis": ">=5.0.0"
5862
},

0 commit comments

Comments
 (0)