File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments