Skip to content
Snippets Groups Projects
Unverified Commit 1733179b authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Remove redundant UUID wrapper module, update uuid package to 9.x (#1216)

I noticed that:

- The web and electron versions of our `uuid` module both looked exactly
the same…
- …and deferred to the `uuid` package…
- …and the async version just called the sync API.

So now we will just use the `uuid` package directly everywhere.
parent 2108712f
No related branches found
No related tags found
No related merge requests found
Showing
with 90 additions and 98 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment