From 14c040defa6848f4f18fc0b45f11e9d6bd5ff810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Tue, 18 Jul 2023 16:19:09 +0200 Subject: [PATCH] Remove extraneous files --- .../projects/octicons_angular/README.md | 24 ------------------- .../projects/octicons_angular/package.json | 12 ---------- 2 files changed, 36 deletions(-) delete mode 100644 lib/octicons_angular/projects/octicons_angular/README.md delete mode 100644 lib/octicons_angular/projects/octicons_angular/package.json diff --git a/lib/octicons_angular/projects/octicons_angular/README.md b/lib/octicons_angular/projects/octicons_angular/README.md deleted file mode 100644 index 9270d6ac7..000000000 --- a/lib/octicons_angular/projects/octicons_angular/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# OcticonsAngular - -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0. - -## Code scaffolding - -Run `ng generate component component-name --project octicons-angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project octicons-angular`. -> Note: Don't forget to add `--project octicons-angular` or else it will be added to the default project in your `angular.json` file. - -## Build - -Run `ng build octicons-angular` to build the project. The build artifacts will be stored in the `dist/` directory. - -## Publishing - -After building your library with `ng build octicons-angular`, go to the dist folder `cd dist/octicons-angular` and run `npm publish`. - -## Running unit tests - -Run `ng test octicons-angular` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. diff --git a/lib/octicons_angular/projects/octicons_angular/package.json b/lib/octicons_angular/projects/octicons_angular/package.json deleted file mode 100644 index ef6d7014b..000000000 --- a/lib/octicons_angular/projects/octicons_angular/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "octicons-angular", - "version": "0.0.1", - "peerDependencies": { - "@angular/common": "^16.1.0", - "@angular/core": "^16.1.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "sideEffects": false -}