@aks-dev/easyui 1.0.105 → 1.0.106
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/i.sh +14 -0
- package/lib/Hud/AlertSheetView/AlertSheetView.tsx +1 -1
- package/package.json +3 -2
package/i.sh
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
###
|
|
3
|
+
# @Author: shiguo
|
|
4
|
+
# @Date: 2022-09-26 17:09:38
|
|
5
|
+
# @LastEditors: shiguo
|
|
6
|
+
# @LastEditTime: 2022-09-26 17:26:37
|
|
7
|
+
# @FilePath: /@aks-dev/taro-h5/i.sh
|
|
8
|
+
###
|
|
9
|
+
|
|
10
|
+
#chmod u+x *.sh
|
|
11
|
+
git add .
|
|
12
|
+
git commit -m '脚本更新'
|
|
13
|
+
npm version patch
|
|
14
|
+
npm publish
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aks-dev/easyui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.106",
|
|
4
4
|
"description": "工具箱",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"typings": "./src/index.d.ts",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"/**/*.png",
|
|
26
26
|
"/**/*.bundle",
|
|
27
27
|
"!/tsconfig.json",
|
|
28
|
-
"!/tsconfig.md"
|
|
28
|
+
"!/tsconfig.md",
|
|
29
|
+
"/i.sh"
|
|
29
30
|
],
|
|
30
31
|
"homepage": "https://gitee.com/the_period_of_the_ten_kingdoms",
|
|
31
32
|
"repository": {
|