Files
habitica/website/common/script/libs/uuid.js
Matteo Pagliazzi ba16fa6854 Upgrade Server Deps (#12328)
* upgrade uuid

* upgrade gulp-imagemin

* upgrade bcrypt

* upgrade validator.js

* fix uuid import

* upgrade got

* upgrade sinon

* upgrade passport-google-oauth2

* fix unit test
2020-06-22 11:51:52 +02:00

5 lines
93 B
JavaScript

import { v4 as uuid } from 'uuid';
// TODO remove this file completely
export default uuid;