mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
* upgrade uuid * upgrade gulp-imagemin * upgrade bcrypt * upgrade validator.js * fix uuid import * upgrade got * upgrade sinon * upgrade passport-google-oauth2 * fix unit test
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
import { v4 as uuid } from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
export default uuid;
|