brcryp: perfer npmjs project link

This commit is contained in:
Basarat Ali Syed
2014-09-29 18:19:55 +10:00
parent 1201bd38ca
commit 30f566d3c9
+2 -2
View File
@@ -1,5 +1,5 @@
// Type definitions for bcrypt
// Project: https://github.com/ncb000gt/node.bcrypt.js
// Project: https://www.npmjs.org/package/bcrypt
// Definitions by: Peter Harris <https://github.com/codeanimal>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -62,4 +62,4 @@ declare module "bcrypt" {
* @param encrypted Hash from which the number of rounds used should be extracted.
*/
export function getRounds(encrypted: string): number;
}
}