Skip to content

Commit

Permalink
chore(package): update uuid to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Nov 23, 2016
1 parent 23a8270 commit c5d6016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"htmlencode": "0.0.4",
"lodash": "4.11.1",
"moment": "2.13.0",
"node-uuid": "1.4.7",
"request": "^2.69.0"
"request": "^2.69.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"faker": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/utils/test.util.js.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

const moment = require('moment');
const crypto = require('crypto');
const uuid = require('node-uuid');
const uuid = require('uuid');
const pxconfig = require('../../lib/pxconfig').conf();


Expand Down Expand Up @@ -154,4 +154,4 @@ function assertLogString(str, logs) {
}

return false;
}
}

0 comments on commit c5d6016

Please sign in to comment.