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,5 +1,5 @@
import { Observable } from 'rx';
import uuid from 'node-uuid';
import uuid from 'uuid';
import moment from 'moment';
import dedent from 'dedent';
import debugFactory from 'debug';