mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-17 11:18:52 +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;
|