From cb21c6188f0e16fe9f022cca30e93fa4115a3e7e Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Fri, 16 Jan 2026 14:45:32 +0200 Subject: [PATCH] fix(angular): remove glob and rimraf from standalone package json --- .../igx-templates/igx-ts/projects/_base/files/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/igx-templates/igx-ts/projects/_base/files/package.json b/packages/igx-templates/igx-ts/projects/_base/files/package.json index 87a5e29ae..be8b1e16d 100644 --- a/packages/igx-templates/igx-ts/projects/_base/files/package.json +++ b/packages/igx-templates/igx-ts/projects/_base/files/package.json @@ -49,9 +49,7 @@ "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "rxjs": "~7.8.1" - }, - "glob": "^11.0.3", - "rimraf": "^6.0.1" + } }, "devDependencies": { "@angular/build": "~21.0.0",