Skip to content

Commit

Permalink
Remove double readme and licese
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawi137 committed Sep 26, 2019
1 parent 038701b commit 52ec52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 193 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"start:lib": "ng build ngx-image-cropper --watch",
"build": "ng build",
"build:lib": "ng build ngx-image-cropper",
"publish:lib": "npm publish ./dist/ngx-image-cropper",
"publish:lib": "npm run copy:files && npm publish ./dist/ngx-image-cropper",
"test": "ng test",
"lint": "ng lint"
"lint": "ng lint",
"copy:files": "cp ./README.md ./dist/ngx-image-cropper && cp ./LICENSE ./dist/ngx-image-cropper"
},
"private": true,
"dependencies": {
Expand Down
21 changes: 0 additions & 21 deletions projects/ngx-image-cropper/LICENSE

This file was deleted.

170 changes: 0 additions & 170 deletions projects/ngx-image-cropper/README.md

This file was deleted.

0 comments on commit 52ec52c

Please sign in to comment.