@hyext/builder-revues 1.2.1 → 1.2.2-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -5
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hyext/builder-revues",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.2-alpha.0",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "loler",
|
6
6
|
"homepage": "",
|
7
7
|
"license": "ISC",
|
8
8
|
"main": "dist",
|
9
|
+
"scripts": {
|
10
|
+
"minify": "node scripts/minify"
|
11
|
+
},
|
9
12
|
"directories": {
|
10
13
|
"src": "src"
|
11
14
|
},
|
@@ -21,9 +24,9 @@
|
|
21
24
|
"url": "https://git.huya.com/exc/web/revue.git"
|
22
25
|
},
|
23
26
|
"dependencies": {
|
24
|
-
"@revues/cocos-web-adapter": "1.2.
|
25
|
-
"@revues/code-compiler": "1.2.
|
26
|
-
"@revues/web-sdk-core": "1.2.
|
27
|
+
"@revues/cocos-web-adapter": "1.2.2-alpha.0",
|
28
|
+
"@revues/code-compiler": "1.2.2-alpha.0",
|
29
|
+
"@revues/web-sdk-core": "1.2.2-alpha.0",
|
27
30
|
"archiver": "^7.0.1",
|
28
31
|
"axios": "^1.7.3",
|
29
32
|
"chalk": "^2.4.2",
|
@@ -43,5 +46,5 @@
|
|
43
46
|
"@types/ramda": "^0.29.11",
|
44
47
|
"terser": "^5.31.0"
|
45
48
|
},
|
46
|
-
"gitHead": "
|
49
|
+
"gitHead": "549d13206b92455292f048038d65c73260f17e35"
|
47
50
|
}
|