change node-uuid to uuid

This commit is contained in:
Dylan
2016-12-30 13:05:29 -06:00
parent 62841a4a78
commit 79a8c412f1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import passport from 'passport';
import { PassportConfigurator } from 'loopback-component-passport';
import passportProviders from './passport-providers';
import uuid from 'node-uuid';
import uuid from 'uuid';
import { generateKey } from 'loopback-component-passport/lib/models/utils';
import {