Skip to content

Commit

Permalink
refactor(README): remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 5, 2024
1 parent 519dd4a commit 00bdeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 88 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test ngx-mat-birthday-input --watch=false --code-coverage --no-progress --browsers=ChromeHeadless",
"publish": "ng build ngx-mat-birthday-input --configuration production && npm publish ./dist/ngx-mat-birthday-input",
"publish": "ng build ngx-mat-birthday-input --configuration production && npm run copy-files && npm publish ./dist/ngx-mat-birthday-input",
"copy-files": "cp README.md dist/ngx-mat-birthday-input && cp LICENSE dist/ngx-mat-birthday-input",
"prepare": "husky"
},
"private": true,
Expand Down
87 changes: 0 additions & 87 deletions projects/ngx-mat-birthday-input/README.md

This file was deleted.

0 comments on commit 00bdeec

Please sign in to comment.