Skip to content

Commit

Permalink
updated repository field ncb000gt --> kelektiv
Browse files Browse the repository at this point in the history
  • Loading branch information
goatandsheep authored and defunctzombie committed Dec 3, 2016
1 parent 8c4c70c commit 27b3b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ncb000gt/node.bcrypt.js.git"
"url": "https://github.com/kelektiv/node.bcrypt.js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ncb000gt/node.bcrypt.js/issues"
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"scripts": {
"test": "npm install --build-from-source && nodeunit test",
Expand Down Expand Up @@ -56,6 +56,6 @@
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/",
"host": "https://github.com",
"remote_path": "/ncb000gt/node.bcrypt.js/releases/download/v{version}/"
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/"
}
}

2 comments on commit 27b3b74

@pachoclo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 59 should be:
"remote_path": "kelektiv/node.bcrypt.js/archive/v{version}/"

To prevent issue #467

@peter-mouland
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm this fixes #467 for me on MacOS

Please sign in to comment.