Skip to content

Commit 19b1d8c

Browse files
committed
readme and package.json updated
1 parent 3225a9d commit 19b1d8c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Angular file uploader is an Angular 2/4/5 file uploader module with Real-Time Progress Bar and Angular Universal Compatibility.
1+
Angular file uploader is an Angular 2/4/5 file uploader module with Real-Time Progress Bar, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.
22

33
### Demo
44
<http://angular-file-uploader.s3-website-us-east-1.amazonaws.com>
@@ -118,8 +118,7 @@ You have seen that by using 'resetUpload' property, you can reset the module eas
118118
- Files are uploaded in FormData format.
119119
120120
### Coming Soon:
121-
- Multiple themes.
122-
- Drag n Drop.
121+
- More themes.
123122
- More customization options.
124123
125124
---

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-file-uploader",
33
"version": "4.0.0",
4-
"description": "Angular 2/4/5 file uploader with Real-Time Progress Bar and Angular Universal Compatibility",
4+
"description": "Angular file uploader is an Angular 2/4/5 file uploader module with Real-Time Progress Bar, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.",
55
"main": "bundles/npm-module-file-upload.umd.min.js",
66
"module": "index.js",
77
"typings": "index.d.ts",
@@ -15,10 +15,13 @@
1515
"2",
1616
"4",
1717
"5",
18-
"image",
1918
"universal",
2019
"img",
21-
"formdata"
20+
"image",
21+
"formdata",
22+
"drag",
23+
"and",
24+
"drop"
2225
],
2326
"author": {
2427
"name": "Mohd Faisal Ansari",

0 commit comments

Comments
 (0)