We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb34884 + d15c682 commit a4d47ceCopy full SHA for a4d47ce
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@kittl/redlock",
+ "name": "@kittl/node-redlock",
3
"version": "5.0.0-beta.3",
4
"description": "A node.js redlock implementation for distributed redis locks",
5
"license": "MIT",
@@ -9,7 +9,7 @@
9
},
10
"repository": {
11
"type": "git",
12
- "url": "git+https://github.com/kittl/node-redlock.git"
+ "url": "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",
@@ -74,5 +74,8 @@
74
"dependencies": {
75
"node-abort-controller": "^3.0.1"
76
77
- "type": "module"
+ "type": "module",
78
+ "publishConfig": {
79
+ "registry": "https://npm.pkg.github.com"
80
+ }
81
}
0 commit comments