Skip to content

Commit a4d47ce

Browse files
authored
Merge pull request #2 from Kittl/CU-86c1h04qk-github-registry-config
chore(CU-86c1h04qk): update package to publish on github registry
2 parents eb34884 + d15c682 commit a4d47ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kittl/redlock",
2+
"name": "@kittl/node-redlock",
33
"version": "5.0.0-beta.3",
44
"description": "A node.js redlock implementation for distributed redis locks",
55
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/kittl/node-redlock.git"
12+
"url": "https://github.com/kittl/node-redlock.git"
1313
},
1414
"homepage": "https://github.com/kittl/node-redlock#readme",
1515
"bugs": "https://github.com/kittl/node-redlock/issues",
@@ -74,5 +74,8 @@
7474
"dependencies": {
7575
"node-abort-controller": "^3.0.1"
7676
},
77-
"type": "module"
77+
"type": "module",
78+
"publishConfig": {
79+
"registry": "https://npm.pkg.github.com"
80+
}
7881
}

0 commit comments

Comments
 (0)