We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca9d9a commit fe9b9abCopy full SHA for fe9b9ab
packages/taro-platform-ascf/package.json
@@ -2,7 +2,7 @@
2
"name": "@tarojs/plugin-platform-ascf",
3
"version": "4.1.2",
4
"description": "ascf平台插件",
5
- "author": "ascf",
+ "author": "O2Team",
6
"license": "MIT",
7
"main": "index.js",
8
"types": "dist/types/index.d.ts",
@@ -36,5 +36,8 @@
36
"peerDependencies": {
37
"@tarojs/service": "workspace:*",
38
"@tarojs/shared": "workspace:*"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public"
42
}
43
0 commit comments