Skip to content

Commit

Permalink
Switches to uuid-random (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 19, 2018
1 parent cd68bf6 commit 3473ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const uuid = require('uuid')
const uuid = require('uuid-random')

module.exports = ending => `${uuid()}${ending || ''}`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"tap": "12.1.1"
},
"dependencies": {
"uuid": "3.3.2"
"uuid-random": "1.0.6"
}
}

0 comments on commit 3473ab6

Please sign in to comment.