Skip to content

Commit eb34884

Browse files
committed
New version
1 parent 6530e91 commit eb34884

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
2-
"name": "redlock",
3-
"version": "v5.0.0-beta.2",
2+
"name": "@kittl/redlock",
3+
"version": "5.0.0-beta.3",
44
"description": "A node.js redlock implementation for distributed redis locks",
55
"license": "MIT",
66
"author": {
77
"name": "Mike Marcacci",
88
"email": "mike.marcacci@gmail.com"
99
},
10-
"repository": "https://github.com/mike-marcacci/node-redlock.git",
11-
"homepage": "https://github.com/mike-marcacci/node-redlock#readme",
12-
"bugs": "https://github.com/mike-marcacci/node-redlock/issues",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/kittl/node-redlock.git"
13+
},
14+
"homepage": "https://github.com/kittl/node-redlock#readme",
15+
"bugs": "https://github.com/kittl/node-redlock/issues",
1316
"main": "./dist/cjs/index.js",
1417
"module": "./dist/esm/index.js",
1518
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)