Skip to content

Commit 37efbca

Browse files
committed
3.2.0
1 parent 8526286 commit 37efbca

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "angular-file-uploader",
3-
"version": "3.1.0",
4-
"description": "Angular 2+ file uploader with Real-Time Progress Bar and Angular Universal Compatibility",
5-
"main": "bundles/npm-module-file-upload.umd.min.js",
6-
"module": "index.js",
7-
"typings": "index.d.ts",
8-
"readme": "README.md",
9-
"keywords": [
10-
"angular",
11-
"file",
12-
"upload",
13-
"uploader",
14-
"ng",
15-
"2",
16-
"4",
17-
"5",
18-
"image",
19-
"universal",
20-
"img",
21-
"formdata"
22-
],
23-
"author": {
24-
"name": "Mohd Faisal Ansari",
25-
"email": "[email protected]"
26-
},
27-
"license": "",
28-
"repository": {
29-
"type": "git",
30-
"url": "https://github.com/kzrfaisal/angular-file-uploader"
31-
},
32-
"homepage": "http://angular-file-uploader.s3-website-us-east-1.amazonaws.com",
33-
"bugs": {
34-
"url": "https://github.com/kzrfaisal/angular-file-uploader/issues"
35-
},
36-
"peerDependencies": {
37-
"@angular/core": "^2.4.0",
38-
"reflect-metadata": "^0.1.8",
39-
"zone.js": "^0.7.2"
40-
}
2+
"name": "angular-file-uploader",
3+
"version": "3.2.0",
4+
"description": "Angular 2+ file uploader with Real-Time Progress Bar and Angular Universal Compatibility",
5+
"main": "bundles/npm-module-file-upload.umd.min.js",
6+
"module": "index.js",
7+
"typings": "index.d.ts",
8+
"readme": "README.md",
9+
"keywords": [
10+
"angular",
11+
"file",
12+
"upload",
13+
"uploader",
14+
"ng",
15+
"2",
16+
"4",
17+
"5",
18+
"image",
19+
"universal",
20+
"img",
21+
"formdata"
22+
],
23+
"author": {
24+
"name": "Mohd Faisal Ansari",
25+
"email": "[email protected]"
26+
},
27+
"license": "",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/kzrfaisal/angular-file-uploader"
31+
},
32+
"homepage": "http://angular-file-uploader.s3-website-us-east-1.amazonaws.com",
33+
"bugs": {
34+
"url": "https://github.com/kzrfaisal/angular-file-uploader/issues"
35+
},
36+
"peerDependencies": {
37+
"@angular/core": "^2.4.0",
38+
"reflect-metadata": "^0.1.8",
39+
"zone.js": "^0.7.2"
40+
}
4141
}

0 commit comments

Comments
 (0)