Skip to content

Commit 8d26b7c

Browse files
authored
修复缺失的依赖声明 (#517)
1 parent 3012014 commit 8d26b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qiniu-js",
33
"jsName": "qiniu",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"private": false,
66
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
77
"main": "lib/index.js",
@@ -78,6 +78,7 @@
7878
"dependencies": {
7979
"@babel/runtime-corejs2": "^7.10.2",
8080
"exif-js": "^2.3.0",
81+
"querystring": "^0.2.1",
8182
"spark-md5": "^3.0.0"
8283
}
8384
}

0 commit comments

Comments
 (0)