File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
projects/igniteui-angular/schematics/utils Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,3 @@ extras/docs/themes/sassdoc/sassdoc/*
5656
5757# Localization sources
5858i18nRepo
59- projects /igniteui-angular /node_modules /
60- projects /igniteui-angular /package-lock.json
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ const schematicsPackage = '@igniteui/angular-schematics';
2020 */
2121export const DEPENDENCIES_MAP : PackageEntry [ ] = [
2222 // dependencies
23- { name : 'fflate' , target : PackageTarget . REGULAR } ,
24- { name : 'jspdf' , target : PackageTarget . REGULAR } ,
23+ { name : 'fflate' , target : PackageTarget . NONE } ,
24+ { name : 'jspdf' , target : PackageTarget . NONE } ,
2525 { name : 'tslib' , target : PackageTarget . NONE } ,
2626 { name : 'igniteui-trial-watermark' , target : PackageTarget . NONE } ,
2727 { name : 'lodash-es' , target : PackageTarget . NONE } ,
You can’t perform that action at this time.
0 commit comments