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 bfc83b3 commit 9434403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -2,7 +2,7 @@

const Hoek = require('hoek');
const Statehood = require('statehood');
const Uuid = require('node-uuid');
const Uuid = require('uuid');


// Declare internals
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"hoek": "4.x.x",
"node-uuid": "^1.4.7",
"statehood": "5.x.x"
"statehood": "5.x.x",
"uuid": "^3.0.0"
},
"devDependencies": {
"boom": "4.x.x",
Expand Down

0 comments on commit 9434403

Please sign in to comment.