@robgietema/generator-nick 0.0.19 → 0.0.20

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.
@@ -76,8 +76,8 @@ Run "npm install -g @robgietema/generator-nick" to update.`,
76
76
  this.globals,
77
77
  );
78
78
  this.fs.copyTpl(
79
- this.templatePath('config.js.tpl'),
80
- this.destinationPath(base, 'config.js'),
79
+ this.templatePath('config.ts.tpl'),
80
+ this.destinationPath(base, 'config.ts'),
81
81
  this.globals,
82
82
  );
83
83
 
@@ -100,7 +100,7 @@ Run "npm install -g @robgietema/generator-nick" to update.`,
100
100
  this.globals,
101
101
  );
102
102
 
103
- this.fs.delete(this.destinationPath(base, 'config.js.tpl'));
103
+ this.fs.delete(this.destinationPath(base, 'config.ts.tpl'));
104
104
  this.fs.delete(this.destinationPath(base, 'package.json.tpl'));
105
105
  this.fs.delete(this.destinationPath(base, '.gitignorefile'));
106
106
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  }
11
11
  ],
12
12
  "license": "MIT",
13
- "version": "0.0.19",
13
+ "version": "0.0.20",
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "git@github.com:robgietema/nick.git"