Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Aug 5, 2018
1 parent da18b4d commit 7ea7aba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-demo",
"version": "6.0.1",
"version": "6.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/bleenco/ngx-uploader.git"
Expand Down
16 changes: 14 additions & 2 deletions projects/ngx-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"name": "ngx-uploader",
"version": "0.0.1",
"version": "6.0.2",
"homepage": "https://ngx-uploader.com",
"repository": {
"type": "git",
"url": "git+https://github.com/bleenco/ngx-uploader.git"
},
"authors": [
"Jan Kuri <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bleenco/ngx-uploader/issues"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
}
}
}

0 comments on commit 7ea7aba

Please sign in to comment.