Skip to content

Commit 586535c

Browse files
authored
Merge pull request lenage#10 from bugkiwi/master
fix lenage#7
2 parents ce2efa1 + 9ad2ce8 commit 586535c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-qiniu",
3-
"version": "0.4.0",
3+
"version": "1.4.0",
44
"description": "A React Component to upload file to Qiniu ",
55
"main": "index.js",
66
"scripts": {
@@ -22,9 +22,9 @@
2222
"author": "Yuan He <[email protected]>",
2323
"license": "MIT",
2424
"dependencies": {
25-
"bluebird": "^2.9.30",
25+
"bluebird": "^3.0.0",
2626
"superagent": "^1.2.0",
27-
"superagent-bluebird-promise": "^2.0.2"
27+
"superagent-bluebird-promise": "^3.0.2"
2828
},
2929
"devDependencies": {
3030
"babel-eslint": "^3.1.18",

0 commit comments

Comments
 (0)