diff --git a/lib/util.js b/lib/util.js index 9a4db6ac..d28dfb9f 100644 --- a/lib/util.js +++ b/lib/util.js @@ -3,7 +3,7 @@ var BPromise = require('bluebird'); var URLSafeBase64 = require('urlsafe-base64'); var uuid = require('uuid'); -var pwd = require('couch-pwd'); +var pwd = require('couch-pwd-updated'); var crypto = require('crypto'); exports.URLSafeUUID = function() { @@ -224,4 +224,4 @@ exports.arrayUnion = function (a, b) { } } return result; -}; \ No newline at end of file +}; diff --git a/package.json b/package.json index 2b236fee..b7c09645 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/colinskow/superlogin", "dependencies": { "bluebird": "^3.3.4", - "couch-pwd": "github:zeMirco/couch-pwd", + "couch-pwd-updated": "^1.0.0", "ejs": "^2.3.1", "express": "^4.13.3", "extend": "^3.0.0",