Skip to content

Commit

Permalink
chore: update clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jan 10, 2017
1 parent 47245e1 commit 426aec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploader",
"description": "Angular File Uploader",
"version": "2.0.13",
"version": "2.0.14",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ find . -name "*.js" -type f -and -not -path "./node_modules/*" -and -not -path "
find . -name "*.js.map" -type f -not -path "./node_modules/*" -delete
find . -name "*.d.ts" -type f -not -path "./node_modules/*" -delete
find . -name "*.metadata.json" -type f -not -path "./node_modules/*" -delete
rm -rf aot/

0 comments on commit 426aec2

Please sign in to comment.