We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4c70c commit 27b3b74Copy full SHA for 27b3b74
package.json
@@ -18,11 +18,11 @@
18
},
19
"repository": {
20
"type": "git",
21
- "url": "https://github.com/ncb000gt/node.bcrypt.js.git"
+ "url": "https://github.com/kelektiv/node.bcrypt.js.git"
22
23
"license": "MIT",
24
"bugs": {
25
- "url": "https://github.com/ncb000gt/node.bcrypt.js/issues"
+ "url": "https://github.com/kelektiv/node.bcrypt.js/issues"
26
27
"scripts": {
28
"test": "npm install --build-from-source && nodeunit test",
@@ -56,6 +56,6 @@
56
"module_name": "bcrypt_lib",
57
"module_path": "./lib/binding/",
58
"host": "https://github.com",
59
- "remote_path": "/ncb000gt/node.bcrypt.js/releases/download/v{version}/"
+ "remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/"
60
}
61
0 commit comments