create-valaxy 0.15.0 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/template-blog/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -7,7 +7,7 @@ import { red, dim, gray, blue, yellow, bold, green, cyan, reset } from 'kolorist
|
|
7
7
|
import minimist from 'minimist';
|
8
8
|
import prompts from 'prompts';
|
9
9
|
|
10
|
-
const version = "0.15.
|
10
|
+
const version = "0.15.1";
|
11
11
|
|
12
12
|
function formatTargetDir(targetDir) {
|
13
13
|
return targetDir?.trim().replace(/\/+$/g, "");
|
package/package.json
CHANGED