mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01: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
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
import { v4 as uuid } from 'uuid';
|
|
|
|
// TODO remove this file completely
|
|
export default uuid;
|