Skip to content

Commit ffcdb05

Browse files
committed
chore(*): explicitly whitelisting uuid
1 parent eebe2d1 commit ffcdb05

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

projects/igniteui-angular/ng-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"jszip",
1212
"resize-observer-polyfill",
1313
"igniteui-trial-watermark",
14-
"lodash.merge"
14+
"lodash.merge",
15+
"uuid"
1516
]
1617
}

projects/igniteui-angular/ng-package.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"jszip",
1414
"resize-observer-polyfill",
1515
"igniteui-trial-watermark",
16-
"lodash.merge"
16+
"lodash.merge",
17+
"uuid"
1718
]
1819
}

0 commit comments

Comments
 (0)