Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
📦 fix(package): update ulid to version 2.2.0 (#56)
Browse files Browse the repository at this point in the history
* fix(package): update ulid to version 2.2.0

Closes #55

* 📦 Use new ulid@2.2.0 and resolve breaking changes
  • Loading branch information
jpwilliams committed Oct 26, 2017
1 parent 3e34931 commit 6005900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eventemitter3": "^2.0.3",
"generic-pool": "^3.1.7",
"serialize-error": "^2.1.0",
"ulid": "^1.0.0"
"ulid": "^2.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion utils/genUuid.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ulid = require('ulid')
const ulid = require('ulid').ulid

function genUuid () {
return ulid()
Expand Down

0 comments on commit 6005900

Please sign in to comment.