Skip to content

Commit

Permalink
Merge pull request #9 from Kr0san89/feature/readme_copy
Browse files Browse the repository at this point in the history
copy central readme file into library dist
  • Loading branch information
Kr0san89 authored Mar 6, 2022
2 parents 7c86e08 + 0b5f0f5 commit 36b3e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 82 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ npm install --save ng-click-outside2
| Angular | Version | NPM |
| --- |---------|---|
| 13 | 10.x.x | `ng-click-outside2@^10.0.0` |

If you still use Angular <= 12 please use the original package. https://www.npmjs.com/package/ng-click-outside

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build ng-click-outside2",
"build:lib": "ng build ng-click-outside2 && cp README.md dist/ng-click-outside2",
"publish:lib": "cd dist/ng-click-outside2 && npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test",
Expand Down Expand Up @@ -60,4 +60,4 @@
"ng-packagr": "^13.1.2",
"typescript": "~4.5.4"
}
}
}
80 changes: 0 additions & 80 deletions projects/ng-click-outside2/README.md

This file was deleted.

0 comments on commit 36b3e67

Please sign in to comment.