@baic/yolk-cli 2.1.0-alpha.30 → 2.1.0-alpha.33
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/templates/ice-mobile/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/ice-mobile/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/ice-mobile/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/ice-mobile/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/ice-mobile/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/ice-mobile-h5+app/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/ice-mobile-h5+app/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/ice-mobile-h5+app/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/ice-mobile-h5+app/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/ice-mobile-h5+app/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/ice-mobile-native/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/ice-mobile-native/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/ice-mobile-native/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/ice-mobile-native/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/ice-mobile-native/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/ice-web/src/pages/demo/examples/BankInput.tsx +1 -2
- package/templates/ice-web/src/pages/demo/examples/Grid/5.tsx +1 -2
- package/templates/ice-web/src/pages/demo/examples/RangeNumber/2.tsx +1 -2
- package/templates/ice-web/src/pages/demo/examples/SearchLayout.tsx +2 -2
- package/templates/umi-mobile/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/umi-mobile/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/umi-mobile/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/umi-mobile/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/umi-mobile/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/umi-mobile-h5+app/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/umi-mobile-h5+app/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/umi-mobile-h5+app/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/umi-mobile-h5+app/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/umi-mobile-h5+app/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/umi-mobile-native/src/pages/demo/examples/Input.tsx +1 -2
- package/templates/umi-mobile-native/src/pages/demo/examples/NumberInput/1.tsx +1 -2
- package/templates/umi-mobile-native/src/pages/demo/examples/NumberInput/2.tsx +1 -2
- package/templates/umi-mobile-native/src/pages/demo/examples/NumberInput/3.tsx +1 -2
- package/templates/umi-mobile-native/src/pages/demo/examples/NumberInput/4.tsx +1 -2
- package/templates/umi-web/src/pages/demo/examples/BankInput.tsx +1 -2
- package/templates/umi-web/src/pages/demo/examples/Grid/5.tsx +1 -2
- package/templates/umi-web/src/pages/demo/examples/RangeNumber/2.tsx +1 -2
- package/templates/umi-web/src/pages/demo/examples/SearchLayout.tsx +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baic/yolk-cli",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.33",
|
|
4
4
|
"author": "Baic <303394539@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "2ab511a1ac305c750f8c30ba8f1022657abe2ec3"
|
|
44
44
|
}
|