Skip to content

Commit

Permalink
修复发布文件缺失问题 (#667)
Browse files Browse the repository at this point in the history
* 修复发布文件缺失问题
  • Loading branch information
yinxulai authored Jul 10, 2024
1 parent a5e715c commit 666bcb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiniu-js",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "Qiniu browser upload sdk",
"miniprogram": "output",
"main": "output/index.js",
Expand All @@ -11,6 +11,9 @@
"dev": "rollup -c -w",
"build": "rollup -c"
},
"files": [
"output/*"
],
"author": "qiniu",
"license": "MIT",
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion packages/wechat-miniprogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiniu/wechat-miniprogram-upload",
"version": "1.0.1",
"version": "1.0.2",
"description": "Qiniu wechat-miniprogram upload sdk",
"miniprogram": "output",
"main": "output/index.js",
Expand All @@ -11,6 +11,9 @@
"dev": "rollup -c -w",
"build": "rollup -c"
},
"files": [
"output/*"
],
"author": "qiniu",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 666bcb7

Please sign in to comment.