Skip to content

Commit

Permalink
Update to fix known vulnerabilities (#2)
Browse files Browse the repository at this point in the history
* Updates to fix known vulnerabilities

* Removed demo and docs
  • Loading branch information
ag-silva authored Jul 30, 2024
1 parent df4c075 commit ab6b4c8
Show file tree
Hide file tree
Showing 382 changed files with 11,195 additions and 194,674 deletions.
33 changes: 33 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ngx-virtual-scroller": {
"projectType": "library",
"root": "",
"sourceRoot": "src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
}
}
}
},
"cli": {
"analytics": false
}
}
13 changes: 0 additions & 13 deletions demo/.editorconfig

This file was deleted.

46 changes: 0 additions & 46 deletions demo/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions demo/README.md

This file was deleted.

125 changes: 0 additions & 125 deletions demo/angular.json

This file was deleted.

11 changes: 0 additions & 11 deletions demo/browserslist

This file was deleted.

23 changes: 0 additions & 23 deletions demo/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions demo/e2e/src/app.po.ts

This file was deleted.

14 changes: 0 additions & 14 deletions demo/e2e/tsconfig.json

This file was deleted.

32 changes: 0 additions & 32 deletions demo/karma.conf.js

This file was deleted.

Loading

0 comments on commit ab6b4c8

Please sign in to comment.