Skip to content

Commit c4619a5

Browse files
committed
Fixed: "Why main entry of package.json points to minified script?" (#703)
1 parent 2d73dc5 commit c4619a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-upload",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"homepage": "https://github.com/nervgh/angular-file-upload",
55
"description": "Angular File Upload is a module for the AngularJS framework",
66
"author": {
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "https://github.com/nervgh/angular-file-upload.git"
1313
},
14-
"main": "dist/angular-file-upload.min.js",
14+
"main": "dist/angular-file-upload.js",
1515
"engines": {
1616
"node": ">=4.0.0"
1717
},

0 commit comments

Comments
 (0)