Skip to content

Commit caea99e

Browse files
committed
uuid updated
1 parent e9fa604 commit caea99e

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

package-lock.json

Lines changed: 5 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from './tree.types';
1111
import { NodeMenuItem } from './menu/node-menu.component';
1212

13-
import * as uuidv4 from 'uuid/v4';
13+
import * as uuidv4 from 'uuid/dist/v4';
1414
import { Observable, Observer, of } from 'rxjs';
1515

1616
enum ChildrenLoadingState {

0 commit comments

Comments
 (0)