From ed6934d25447c3c93ff90fa0a84c04cab8dba02b Mon Sep 17 00:00:00 2001 From: Ruslan Arkhipau Date: Fri, 8 Jan 2021 16:28:19 -0800 Subject: [PATCH] chore(package): remove redundant file --- projects/ng-recaptcha/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 projects/ng-recaptcha/README.md diff --git a/projects/ng-recaptcha/README.md b/projects/ng-recaptcha/README.md deleted file mode 100644 index d411226..0000000 --- a/projects/ng-recaptcha/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# NgRecaptcha - -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.5. - -## Code scaffolding - -Run `ng generate component component-name --project ng-recaptcha` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-recaptcha`. - -> Note: Don't forget to add `--project ng-recaptcha` or else it will be added to the default project in your `angular.json` file. - -## Build - -Run `ng build ng-recaptcha` to build the project. The build artifacts will be stored in the `dist/` directory. - -## Publishing - -After building your library with `ng build ng-recaptcha`, go to the dist folder `cd dist/ng-recaptcha` and run `npm publish`. - -## Running unit tests - -Run `ng test ng-recaptcha` 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.