Skip to content

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed May 23, 2024
1 parent 217ac80 commit 7be2408
Show file tree
Hide file tree
Showing 4 changed files with 1,757 additions and 1,756 deletions.
11 changes: 5 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"$schema": "node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand All @@ -22,15 +22,14 @@
}
},
"test": {
"builder": "@angular-builders/custom-webpack:karma",
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-quill/src/test.ts",
"customWebpackConfig": {
"path": "./projects/ngx-quill/custom-karma-webpack.config.ts"
},
"tsConfig": "projects/ngx-quill/tsconfig.spec.json",
"karmaConfig": "projects/ngx-quill/karma.conf.js",
"codeCoverage": true
"assets": [],
"styles": [],
"scripts": []
}
},
"lint": {
Expand Down
Loading

0 comments on commit 7be2408

Please sign in to comment.