Skip to content

Commit 2e2e9a4

Browse files
committed
webapp added aws s3
1 parent fbf8507 commit 2e2e9a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ npm install angular-file-uploader
6666
| formatsAllowed : string | Specify the formats of file you want to upload. | '.jpg,.png,.pdf,.docx, .txt,.gif,.jpeg' |
6767
| maxSize : number | Maximum size limit for files in MB. | 20 MB |
6868
| uploadAPI : string | Complete api url to which you want to upload. | undefined |
69-
| hideProgressBar : boolean | Set it as " true " to hide the Progress bar. | false |
69+
| hideProgressBar:boolean | Set it as " true " to hide the Progress bar. | false |
7070

7171
---
7272
##### A Better Way to reset the module

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-uploader",
3-
"version": "2.0.1-0",
3+
"version": "2.0.0-1",
44
"description": "Angular 2+ file uploader with Real-Time Progress Bar and Angular Universal Compatibility",
55
"main": "bundles/npm-module-file-upload.umd.min.js",
66
"module": "index.js",
@@ -28,7 +28,7 @@
2828
"type": "git",
2929
"url": "https://github.com/kzrfaisal/angular-file-uploader"
3030
},
31-
"homepage": "",
31+
"homepage": "http://angular-file-uploader.s3-website-us-east-1.amazonaws.com/",
3232
"bugs": {
3333
"url": "https://github.com/kzrfaisal/angular-file-uploader/issues"
3434
},

0 commit comments

Comments
 (0)