create-vag 0.1.7 → 0.1.8
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/dist/create-vag-cli.js +2 -2
- package/package.json +1 -1
package/dist/create-vag-cli.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from "chalk";
|
|
|
7
7
|
// package.json
|
|
8
8
|
var package_default = {
|
|
9
9
|
name: "create-vag",
|
|
10
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.8",
|
|
11
11
|
description: "The npm-initializer for creating a new vag repo",
|
|
12
12
|
private: false,
|
|
13
13
|
repository: {
|
|
@@ -222,7 +222,7 @@ async function generate_boirlerplate(cfg12, preDir2) {
|
|
|
222
222
|
console.log(`generate ${template_file_list.length} files in ${preDir2}/${cfg12.repoName}/`);
|
|
223
223
|
await sleep(100);
|
|
224
224
|
const rResp = {
|
|
225
|
-
vim: `vim ${cfg12.projName}_repos.
|
|
225
|
+
vim: `vim ${cfg12.projName}_repos.yml`
|
|
226
226
|
};
|
|
227
227
|
return rResp;
|
|
228
228
|
}
|