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.
@@ -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.7",
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.yaml`
225
+ vim: `vim ${cfg12.projName}_repos.yml`
226
226
  };
227
227
  return rResp;
228
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vag",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "The npm-initializer for creating a new vag repo",
5
5
  "private": false,
6
6
  "repository": {