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 c4bd5c1 commit 7a001e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 139 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test ngx-back-button --watch=false --code-coverage --no-progress --browsers=ChromeHeadless",
"publish": "ng build ngx-back-button --configuration production && npm publish ./dist/ngx-back-button"
"publish": "ng build ngx-back-button --configuration production && npm run copy-files && npm publish ./dist/ngx-back-button",
"copy-files": "cp README.md dist/ngx-back-button && cp LICENSE dist/ngx-back-button"
},
"dependencies": {
"@angular/animations": "^18.2.10",
Expand Down
21 changes: 0 additions & 21 deletions projects/ngx-back-button/LICENSE

This file was deleted.

117 changes: 0 additions & 117 deletions projects/ngx-back-button/README.md

This file was deleted.

0 comments on commit 7a001e3

Please sign in to comment.