create-valaxy 0.14.28 → 0.14.29
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/template/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-valaxy",
|
3
|
-
"version": "0.14.
|
3
|
+
"version": "0.14.29",
|
4
4
|
"description": "Create Starter Template for Valaxy",
|
5
5
|
"author": {
|
6
6
|
"email": "me@yunyoujun.cn",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
24
|
"execa": "5",
|
25
|
-
"kolorist": "^1.
|
25
|
+
"kolorist": "^1.8.0",
|
26
26
|
"minimist": "^1.2.8",
|
27
27
|
"prompts": "^2.4.2"
|
28
28
|
}
|
package/template/package.json
CHANGED