Skip to content

Commit 666bcb7

Browse files
authored
修复发布文件缺失问题 (#667)
* 修复发布文件缺失问题
1 parent a5e715c commit 666bcb7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/browser/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu-js",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0-beta.3",
44
"description": "Qiniu browser upload sdk",
55
"miniprogram": "output",
66
"main": "output/index.js",
@@ -11,6 +11,9 @@
1111
"dev": "rollup -c -w",
1212
"build": "rollup -c"
1313
},
14+
"files": [
15+
"output/*"
16+
],
1417
"author": "qiniu",
1518
"license": "MIT",
1619
"devDependencies": {

packages/wechat-miniprogram/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiniu/wechat-miniprogram-upload",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Qiniu wechat-miniprogram upload sdk",
55
"miniprogram": "output",
66
"main": "output/index.js",
@@ -11,6 +11,9 @@
1111
"dev": "rollup -c -w",
1212
"build": "rollup -c"
1313
},
14+
"files": [
15+
"output/*"
16+
],
1417
"author": "qiniu",
1518
"license": "MIT",
1619
"devDependencies": {

0 commit comments

Comments
 (0)