Skip to content

Commit

Permalink
Merge remote-tracking branch 'colinskow/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DimShadoWWW committed Nov 23, 2016
2 parents 1d52731 + 2c57832 commit be82189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var BPromise = require('bluebird');
var URLSafeBase64 = require('urlsafe-base64');
var uuid = require('node-uuid');
var uuid = require('uuid');
var pwd = require('couch-pwd');
var crypto = require('crypto');

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"express": "^4.13.3",
"extend": "^3.0.0",
"fs-extra": "^0.30.0",
"node-uuid": "^1.4.3",
"nodemailer": "^2.3.0",
"nodemailer-stub-transport": "^1.0.0",
"passport": "^0.3.2",
Expand All @@ -50,7 +49,8 @@
"redis": "^2.5.2",
"sofa-model": "^0.2.0",
"superagent": "^1.2.0",
"urlsafe-base64": "1.0.0"
"urlsafe-base64": "1.0.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"body-parser": "^1.9.2",
Expand Down

0 comments on commit be82189

Please sign in to comment.