@tarojs/create-app 4.1.11-beta.4 → 4.1.12-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/create-app",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.12-beta.0",
|
|
4
4
|
"description": "create taro app with one command",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"minimist": "^1.2.8",
|
|
27
|
-
"@tarojs/cli": "4.1.
|
|
27
|
+
"@tarojs/cli": "4.1.12-beta.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"prod": "pnpm run build",
|