Skip to content

Commit 9b7f3d2

Browse files
committed
publish v2.0.3
1 parent d2bf89d commit 9b7f3d2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-uploader",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"homepage": "https://github.com/mycolorway/simple-uploader",
55
"authors": [
66
"farthinker <farthinker@gmail.com>"

lib/uploader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,10 @@ uploader = function(opts) {
259259
return new Uploader(opts);
260260
};
261261

262+
262263
return uploader;
263264

265+
264266
}));
265267

266268

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "simple-uploader",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"description": "A HTML5 upload component without UI",
5+
"keywords": "upload",
56
"repository": {
67
"type": "git",
78
"url": "git@github.com:mycolorway/simple-uploader.git"
@@ -11,7 +12,12 @@
1112
"bugs": {
1213
"url": "https://github.com/mycolorway/simple-uploader/issues"
1314
},
15+
"main": "lib/uploader.js",
1416
"homepage": "https://github.com/mycolorway/simple-uploader",
17+
"dependencies": {
18+
"jquery": "2.x",
19+
"simple-module": "2.x"
20+
},
1521
"devDependencies": {
1622
"grunt": "~0.4.5",
1723
"grunt-contrib-watch": "0.x",

0 commit comments

Comments
 (0)