generator-razor 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/app/index.js +1 -1
  2. package/package.json +1 -1
package/app/index.js CHANGED
@@ -455,7 +455,7 @@ module.exports = class extends Generator {
455
455
  fs.writeFile('typo3conf/LocalConfiguration.php', content, 'utf8', () => {})
456
456
  }
457
457
 
458
- _localconf12Write (content) {
458
+ _localconfWrite12 (content) {
459
459
  fs.writeFile('typo3conf/system/settings.php', content, 'utf8', () => {})
460
460
  }
461
461
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-razor",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Yeoman generator for razor TYPO3 distribution",
5
5
  "license": "MIT",
6
6
  "main": "app/index.js",